SoDragPointDraggerSetJumpLimit Method |
Sets the point at which the feedback axes will jump to a new position.
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetJumpLimit(
float limit
)
Public Sub SetJumpLimit (
limit As Single
)
public:
void SetJumpLimit(
float limit
)
member SetJumpLimit :
limit : float32 -> unit
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