API Reference > OdGe Classes > OdGeKnotVector Class > OdGeKnotVector Methods > OdGeKnotVector::set Method
OdGeKnotVector::set Method
Syntax
C++
OdGeKnotVector& set(int size, const double source[], double tol = globalKnotTolerance);
Parameters 
Description 
int size 
[in] Length of vector. 
double tol = globalKnotTolerance 
[in] Knot equality tolerance.  

Sets the parameters for this vector according to the arguments, and returns a reference to this vector. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.