Add3dFace method

Creates a 3D face object and adds it to the drawing. Input parameters are: default (Null) or three to four vertices; the fourth vertex is optional.

 

Syntax

object.Add3DFace(Point1, Point2, Point3, Point4)

Where:

     object is one of the ModelSpace or PaperSpace collection objects or a Block object;

     Point1, Point2, Point3, and Point4 are Point objects specifying locations of the 3DFace corners.

 

Examples...

Add3dFace method example

 


© Bricsys NV. All rights reserved.