Share

AcGeKnotVector Constructor

Overload List

Method Description
AcGeKnotVector::AcGeKnotVector (AcGeDoubleArray&, double) Constructs a knot vector from the input sequence of numbers and knot tolerance.
AcGeKnotVector::AcGeKnotVector (AcGeKnotVector&) Constructs a knot vector that is a copy of the input object.
AcGeKnotVector::AcGeKnotVector (double) Constructs an empty sequence with given knot tolerance and no allocation for knots.
AcGeKnotVector::AcGeKnotVector (int, AcGeKnotVector&) 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.
AcGeKnotVector::AcGeKnotVector (int, double, double) Creates a new knot vector from an array of doubles.
AcGeKnotVector::AcGeKnotVector (int, int, double) Constructs an empty sequence with some allocation of memory for a sequence.

Was this information helpful?