M_Rhino_Geometry_Collections_NurbsSurfacePointList_ValidateSpacing - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsSurfacePointList.ValidateSpacing Method

Simple check of distance between adjacent control points

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

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

Parameters

 

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[]@)"]

Return Value

Type: Boolean
[Missing documentation for "M:Rhino.Geometry.Collections.NurbsSurfacePointList.ValidateSpacing(System.Double,System.Double,Rhino.IndexPair[]@,Rhino.IndexPair[]@)"]

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

NurbsSurfacePointList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️