SoAlgebraicShapeworkspace Property |
Field to define the workspace.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoAlgebraicShapeASWorkSpaces> workspace { get; }
Public ReadOnly Property workspace As SoSFEnum(Of SoAlgebraicShapeASWorkSpaces)
Get
public:
property SoSFEnum<SoAlgebraicShapeASWorkSpaces>^ workspace {
SoSFEnum<SoAlgebraicShapeASWorkSpaces>^ get ();
}
member workspace : SoSFEnum<SoAlgebraicShapeASWorkSpaces> with get
Property Value
Type:
SoSFEnumSoAlgebraicShapeASWorkSpacesRemarks . Default is BOX.
Possible choices are:
BOX [default], where positions and directions are expressed in the normalized bounding box space i.e. the center of the box is (0.0, 0.0, 0.0) and axes are the box axes.
CAMERA, where positions and directions are expressed in the view space.
WORLD, where positions and directions are expressed in the world space.
See Also