| SceneOrbiterConstraintLevel Property  | 
            Gets/sets the constraint level to limit the turntable rotation.
            
 
Namespace: OIV.Inventor.ViewerComponents.NodesAssembly: OIV.Inventor.ViewerComponents (in OIV.Inventor.ViewerComponents.dll) Version: 2025.2.0.Release.d1acdfb623bbaf7982dff84bc1859f85fbf21864
Syntaxpublic float ConstraintLevel { get; set; }Public Property ConstraintLevel As Single
	Get
	Set
public:
property float ConstraintLevel {
	float get ();
	void set (float value);
}member ConstraintLevel : float32 with 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