Share
 
 

Solid Object (ActiveX)

A solid-filled polygon.

Supported Platforms: Windows only

Class Information

Class Name

AcadSolid

Object Inheritance
Object
   AcadObject
      AcadEntity
         AcadSolid
Create Using

VBA

ModelSpace.AddSolid
PaperSpace.AddSolid
Block.AddSolid
Note: This object can be modified, but not created in AutoCAD LT for Windows.
Access Via

VBA

ModelSpace.Item
PaperSpace.Item
Block.Item
SelectionSet.Item
Group.Item

Remarks

Solids are only filled when the FILLMODE system variable is on. To set or query a system variable, use the SetVariable and GetVariable methods, respectively.

To create a solid, use the AddSolid method.

Was this information helpful?