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.  
const double source[] 
[in] Array of parameters for this vector.  
double tol = globalKnotTolerance 
[in] Knot equality tolerance. 

Reference to this vector.

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

 

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