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
Access Via

VBA

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

Members

These members are part of this object:

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.