Solid object |
A solid-filled polygon.
VBA class name: |
AcadSolid |
---|---|
Create using: |
ModelSpace.AddSolid |
Access via: |
ModelSpace.Item |
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. To edit or query a solid, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |