API Reference > OdGe Classes > OdGeKnotVector Class > OdGeKnotVector Methods > OdGeKnotVector::split Method
OdGeKnotVector::split Method
Syntax
C++
int split(double param, OdGeKnotVector* pKnotHead, int multLast, OdGeKnotVector* pKnotTail, int multFirst) const;
Parameters 
Description 
double param 
[in] Parameter to specify a point on the vector.  
OdGeKnotVector* pKnotHead 
[out] Receives the head portion of the split.  
int multLast 
[in] Multiplicity of the last knot in the head portion.  
OdGeKnotVector* pKnotTail 
[out] Receives the tail portion of the split.  
int multFirst 
[in] Multiplicity of the first knot in the tail portion. 

Splits this vector at the point corresponding to param. 

 

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