SpatialStageFrameOfReference.CoordinateSystem Property

Definition

Gets a floor-level coordinate system located at the stage origin defined by the user.

public:
 property SpatialCoordinateSystem ^ CoordinateSystem { SpatialCoordinateSystem ^ get(); };
SpatialCoordinateSystem CoordinateSystem();
public SpatialCoordinateSystem CoordinateSystem { get; }
var spatialCoordinateSystem = spatialStageFrameOfReference.coordinateSystem;
Public ReadOnly Property CoordinateSystem As SpatialCoordinateSystem

Property Value

The coordinate system.

Remarks

The coordinate system is right-handed, with +y up, +x to the right, and -z forward.

Applies to