You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/AutoGeneratedCode/AllScriptingFilesCombinedIntoOne_DontEditThisFile.fs
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6853,6 +6853,7 @@ type RhinoScriptSyntax private () =
6853
6853
6854
6854
/// <summary>Set the document's distance display precision.</summary>
6855
6855
/// <param name="precision">(int) The distance display precision. If the current distance display mode is Decimal, then precision is the number of decimal places.
6856
+
/// Valid values are >= 0 and <= 20.
6856
6857
/// If the current distance display mode is Fractional (including Feet and Inches), then the denominator = (1/2)^precision.
6857
6858
/// Use UnitDistanceDisplayMode to get the current distance display mode</param>
6858
6859
/// <returns>(unit) void, nothing.</returns>
@@ -13146,7 +13147,7 @@ type RhinoScriptSyntax private () =
13146
13147
/// Minimum count of objects allowed to be selected</param>
/// <param name="customFilter">(Input.Custom.GetObjectGeometryFilter) Optional, Will be ignored if 'objects' are set. Calls a custom function in the script and passes
13151
13152
/// the Rhino Object, Geometry, and component index and returns true or false indicating if the object can be selected</param>
13152
13153
/// <returns>(Guid ResizeArray) List of identifiers of the picked objects.
@@ -13159,7 +13160,7 @@ type RhinoScriptSyntax private () =
0 commit comments