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 - Creating Three-Dimensional Objects | Main | CADopia - AddCone method »

Monday, October 08, 2007

CADopia - Add3dPoly method

Creates a 3D polyline and adds it to the drawing. Input parameters are vertices for the polyline.

Syntax

object.Add3DPoly(Vertices)

Where:

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

     Vertices are a series of Point objects specifying coordinate locations for each polyline vertex.

AddBox method

Adds a box given the origin, length, width and height. The box is drawn as a polygon mesh.

Syntax

objectVariable = object.AddBox(Origin, Length, Width, Height)

Where:

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

     Origin is a Point object identifying the origin of the box;

     Length is a double-precision variable representing the length of the box;

     Width is a double-precision variable representing the width of the box;

     Height is a double-precision variable representing the height of the box;

Comments

Post a comment

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