Click or drag to resize
SoDraggerSetMinScale Method

Sets the smallest scale that any dragger will write.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetMinScale(
	float newMinScale
)

Parameters

newMinScale
Type: SystemSingle
Remarks

If the user attempts to go below this amount, the dragger will set it to this minimum. Default is .001.

See Also