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: 2024.1.1.0.Release.cb64a23ffb514e400c7a72e2158dfc53ef4ceb26
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