Click or drag to resize
SceneOrbiterConstraintLevel Property
Gets/sets the constraint level to limit the turntable rotation.

Namespace: OIV.Inventor.ViewerComponents.Nodes
Assembly: OIV.Inventor.ViewerComponents (in OIV.Inventor.ViewerComponents.dll) Version: 2023.1.3.0.Release.5fd1c1ad27c99c06f73891d4218ee7122fbde35a
Syntax
public float ConstraintLevel { get; set; }

Property Value

Type: Single
Remarks
The level is a value between [0,1] used to adjust the constraint on the turntable rotation according to the speed of movement :
  • 0 means no constraint on the rotation, regardless of the interaction speed.
  • 1 means very strongly constrained even if interaction is slow.
This prevents unexpected changes in the axis of rotation during fast movements. Default is 0 which means no constraint on the rotation.
See Also