API Reference > OdGe Classes > OdGeAugPolyline3d Class > OdGeAugPolyline3d Constructor > OdGeAugPolyline3d::OdGeAugPolyline3d Constructor (OdGePoint3dArray&, OdGeVector3dArray&)
OdGeAugPolyline3d::OdGeAugPolyline3d Constructor (OdGePoint3dArray&, OdGeVector3dArray&)
Syntax
C++
OdGeAugPolyline3d(const OdGePoint3dArray& controlPoints, const OdGeVector3dArray& vecBundle);
Parameters 
Description 
const OdGePoint3dArray& controlPoints 
[in] Control point array.  
const OdGeVector3dArray& vecBundle 
[in] Vector array. 

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

 

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