Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeKnotVector::getDistinctKnots Method
Syntax
C++
void getDistinctKnots(OdGeDoubleArray& knots, OdGeIntArray * multiplicity = NULL) const;

Returns the number of distinct knots. 

 

Parameters
Description
knots
[in] Array of knots.
multiplicity
[out] Receives an array of multiplicities (repetitions) of each knot.

If consecutive knots are within the knot equality tolerance, the knots are considered identical, and their multiplicities combined.

Copyright © 2002-2022. Open Design Alliance All rights reserved.