Description:
Simple check of distance between adjacent control points
Syntax:
public bool ValidateSpacing(
double closeTolerance,
double stackTolerance,
out IndexPair[] closeIndices,
out IndexPair[] stackedIndices
)
double closeTolerance,
double stackTolerance,
out IndexPair[] closeIndices,
out IndexPair[] stackedIndices
)