Interface for AutoCAD entities with shadows. (Obsolete)
Supported Platforms: Windows only
Class Information
- Class Name
-
AcadShadowDisplay
- Object Inheritance
-
Object AcadShadowDisplay
- Create Using
-
VBA
Not applicable
- Access Via
-
VBA
Dim shadowObj As AcadShadowDisplay Set shadowObj = Document.ModelSpace.Item(0)
Members
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
None |
Remarks
This interface encapsulates the Shadow Display property shown in the Properties palette for shadow-enabled entities. Entities that can display shadows include 3D entities such as Acad3DSolid , Acad3DFace , and Acad3DPolyline . 2D entities, such as AcadLine , can display shadows only if they can have thickness and if their thickness is non-zero.
Note: The Shadow Display property shown in the Properties palette is only supported by the mental ray renderer.