Click or drag to resize
SoAlgebraicShapeworkspace Property

Field to define the workspace.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoAlgebraicShapeASWorkSpaces> workspace { get; }

Property Value

Type: SoSFEnumSoAlgebraicShapeASWorkSpaces
Remarks

. 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