M_Rhino_Geometry_Collections_NurbsSurfacePointList_ValidateSpacing - mcneel/rhinocommon-api-docs GitHub Wiki
Simple check of distance between adjacent control points
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool ValidateSpacing(
double closeTolerance,
double stackTolerance,
out IndexPair[] closeIndices,
out IndexPair[] stackedIndices
)
VB
Public Function ValidateSpacing (
closeTolerance As Double,
stackTolerance As Double,
<OutAttribute> ByRef closeIndices As IndexPair(),
<OutAttribute> ByRef stackedIndices As IndexPair()
) As Boolean
- closeTolerance
- Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Collections.NurbsSurfacePointList.ValidateSpacing(System.Double,System.Double,Rhino.IndexPair[]@,Rhino.IndexPair[]@)"] - stackTolerance
- Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Collections.NurbsSurfacePointList.ValidateSpacing(System.Double,System.Double,Rhino.IndexPair[]@,Rhino.IndexPair[]@)"] - closeIndices
- Type: Rhino.IndexPair[]
[Missing documentation for "M:Rhino.Geometry.Collections.NurbsSurfacePointList.ValidateSpacing(System.Double,System.Double,Rhino.IndexPair[]@,Rhino.IndexPair[]@)"] - stackedIndices
- Type: Rhino.IndexPair[]
[Missing documentation for "M:Rhino.Geometry.Collections.NurbsSurfacePointList.ValidateSpacing(System.Double,System.Double,Rhino.IndexPair[]@,Rhino.IndexPair[]@)"]
Type: Boolean
[Missing documentation for "M:Rhino.Geometry.Collections.NurbsSurfacePointList.ValidateSpacing(System.Double,System.Double,Rhino.IndexPair[]@,Rhino.IndexPair[]@)"]
Supported in: 6.0.16224.21491
NurbsSurfacePointList Class
Rhino.Geometry.Collections Namespace