API Reference > OdGe Classes > OdGeAugPolyline3d Class > OdGeAugPolyline3d Constructor > OdGeAugPolyline3d::OdGeAugPolyline3d Constructor (OdGeKnotVector&, OdGePoint3dArray&, OdGeVector3dArray&)
OdGeAugPolyline3d::OdGeAugPolyline3d Constructor (OdGeKnotVector&, OdGePoint3dArray&, OdGeVector3dArray&)
Syntax
C++
OdGeAugPolyline3d(const OdGeKnotVector& knots, const OdGePoint3dArray& controlPoints, const OdGeVector3dArray& vecBundle);
Parameters 
Description 
const OdGeKnotVector& knots 
[in] Knot vector.  
const OdGePoint3dArray& controlPoints 
[in] Array of control points.  
const OdGeVector3dArray& vecBundle 
[in] Array of bundle vectors. 

Constructor for objects of the OdGeAugPolyline3d class. Uses knots, control points and bundle vectors to create a spline curve. 

 

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