AddSolid method

Adds a two-dimensional solid polygon.

Syntax

objectVariable = object.AddSolid([Point1], [Point2], [Point3], [Point4])

Where:

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

     Point1, Point2, etc. are Point objects specifying coordinate locations for each solid vertex.

Examples ...

AddSolid method example