Skip to main content

ShadowFloorPlane

Other

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

ValueDescription
ShadowFloorPlane.XYXY option
ShadowFloorPlane.XZXZ option
ShadowFloorPlane.YZYZ option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.ShadowFloorPlane.XY

See Also