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: 10.12.3.0.Release.03fa3fc14f5d05a3007fab6bc6264244021464bb
Syntax public 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:
SingleRemarks
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