Click or drag to resize

ViewCaptureSettingsGetModelScale Method

Returns the model scale factor.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.21
Syntax
public double GetModelScale(
	UnitSystem pageUnits,
	UnitSystem modelUnits
)

Parameters

pageUnits
Type: RhinoUnitSystem
The current page units.
modelUnits
Type: RhinoUnitSystem
The current model units.

Return Value

Type: Double
The model scale factor.
See Also