API Reference > OdGe Classes > OdGeKnotVector Class > OdGeKnotVector Methods > OdGeKnotVector::setRange Method
OdGeKnotVector::setRange Method
Syntax
C++
OdGeKnotVector& setRange(double lower, double upper);
Parameters 
Description 
double lower 
[in] New lower knot.  
double upper 
[in] New upper knot. 

Transforms this vector such that the first knot has a value of lower, and the last knot has a value of upper, and returns a reference to this vector. 

 

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