We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e4dc4 commit a4a30deCopy full SHA for a4a30de
Src/Scripting_PointVector.fs
@@ -182,7 +182,7 @@ module AutoOpenPointVector =
182
183
/// <summary>Checks if a list of 3D points are coplanar.</summary>
184
/// <param name="points">(Point3d seq) 3D points to test</param>
185
- /// <param name="tolerance">(float) Optional, default value: <c>1.0e-12</c> = RhinoMath.ZeroTolerance
+ /// <param name="tolerance">(float) Optional, default value: <c>1.0e-12</c> (RhinoMath.ZeroTolerance)
186
/// Tolerance to use when verifying</param>
187
/// <returns>(bool) True or False.</returns>
188
static member PointsAreCoplanar(points:Point3d seq, [<OPT;DEF(0.0)>]tolerance:float) : bool =
0 commit comments