Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeKnotVector::split Method
Syntax
C++
int split(double param, OdGeKnotVector* pKnotHead, int multLast, OdGeKnotVector* pKnotTail, int multFirst) const;

Splits this vector at the point corresponding to param. 

 

Parameters
Description
param
[in] Parameter to specify a point on the vector.
pKnotHead
[out] Receives the head portion of the split.
multLast
[in] Multiplicity of the last knot in the head portion.
pKnotTail
[out] Receives the tail portion of the split.
multFirst
[in] Multiplicity of the first knot in the tail portion.
Copyright © 2002-2022. Open Design Alliance All rights reserved.