CADopia Site

Download

  • You may download the software from CADopia's web site at www.cadopia.com.

Recent Comments

May 2008

Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

« CADopia - Using Viewports | Main | CADopia - Add3dPoly method »

Monday, October 08, 2007

CADopia - Creating Three-Dimensional Objects

CADopia allows you to create a variety of three-dimensional objects using Automation. You create and edit 3D objects much like you do 2D objects, using methods and properties applicable to specific objects. With 3D objects, however, you deal with a Z-value in addition to X and Y values.

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.

Comments

Post a comment

If you have a TypeKey or TypePad account, please Sign In