Click or drag to resize
SoViewingCube.upAxis Property

Up axis of the scene.

Namespace: OIV.Inventor.ViewerComponents.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public SoSFEnum<Axis> upAxis { get; }

Property Value

Type: SoSFEnum<Axis>
Remarks

Setting the up axis allows the adjustment of the viewing cube rotations. Thus, this axis remains vertical at all times relative to the viewport, it is always parallel to the vertical border of the viewport. The chosen axis defines the initial position and orientation of the camera (front-top-right corner). . Default is Y.

See Also