Skip to content

DiGi.Rhino.Geometry.Core

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

DiGi.Rhino.Geometry.Core Namespace

Classes

Query Class

public static class Query

Inheritance System.Object → Query

Methods

Query.UnitScale() Method

Gets the unit scale of the currently active Rhino document.

public static double UnitScale();

Returns

System.Double
The unit scale as a double.

Query.UnitScale(RhinoDoc) Method

Gets the unit scale for the specified Rhino document relative to meters.

public static double UnitScale(RhinoDoc rhinoDoc);

Parameters

rhinoDoc Rhino.RhinoDoc

The Rhino document to query.

Returns

System.Double
The unit scale as a double, or System.Double.NaN if the provided document is null.

Clone this wiki locally