-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.Rhino.Geometry.Core
github-actions[bot] edited this page Jul 15, 2026
·
2 revisions
public static class QueryInheritance System.Object → Query
Gets the unit scale of the currently active Rhino document.
public static double UnitScale();System.Double
The unit scale as a double.
Gets the unit scale for the specified Rhino document relative to meters.
public static double UnitScale(RhinoDoc rhinoDoc);rhinoDoc Rhino.RhinoDoc
The Rhino document to query.
System.Double
The unit scale as a double, or System.Double.NaN if the provided document is null.