Click or drag to resize
SoDragPointDraggerSetJumpLimit Method

Sets the point at which the feedback axes will jump to a new position.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public void SetJumpLimit(
	float limit
)

Parameters

limit
Type: SystemSingle
Remarks

For example, if set to .1 (the default), the feedback axes will jump when the dragger gets within 10% of the end of the axis.

See Also