« 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

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment