C++
GE_DLLEXPIMPORT AcGeKnotVector( int size, int growSize, double eps = globalKnotTolerance );
Description
Constructs an empty sequence with some allocation of memory for a sequence.
Parameters
| Parameters | Description |
|---|---|
| size | Input size of allocation for sequence |
| growSize | Input size of future allocation increments |
| eps | Equal knot tolerance |