ShadowFloorPlane
World plane the virtual shadow floor is aligned with in the 3D view. The floor is placed just below the model along the remaining (up) axis. Available values: - XY: Floor aligned with the XY plane (Z up). - XZ: Floor aligned with the XZ plane (Y up). - YZ: Floor aligned with the YZ plane (X up).
Import
import ScriptingApi as api
# Access the class
# ShadowFloorPlane is available via api.ShadowFloorPlane
Enumeration Values
Enumeration Plane from ShadowFloorPlane
| Value | Description |
|---|---|
ShadowFloorPlane.XY | XY option |
ShadowFloorPlane.XZ | XZ option |
ShadowFloorPlane.YZ | YZ option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.ShadowFloorPlane.XY