C++
GE_DLLEXPIMPORT AcGeKnotVector( int plusMult, const AcGeKnotVector& src );
Description
Constructs a knot vector with the same sequence of distinct knots as the source knot vector, but the multiplicity of each knot is plusMult greater.
Parameters
| Parameters | Description |
|---|---|
| plusMult | Multiplicity increment for each knot |
| src | Source knot vector |