API Reference > OdGe Classes > OdGeKnotVector Class > OdGeKnotVector Methods > OdGeKnotVector::removeSubVector Method
OdGeKnotVector::removeSubVector Method
Syntax
C++
OdGeKnotVector& removeSubVector(int startIndex, int endIndex);
Parameters 
Description 
int startIndex 
[in] Index of the first knot to be removed.  
int endIndex 
[in] Index of the last knot to be removed. 

Removes the specified range of knots from this vector, and returns a reference to this vector. 

 

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