SoDraggerSetMinScale Method |
Sets the smallest scale that any dragger will write.
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void SetMinScale(
float newMinScale
)
Public Shared Sub SetMinScale (
newMinScale As Single
)
public:
static void SetMinScale(
float newMinScale
)
static member SetMinScale :
newMinScale : float32 -> unit
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