API Reference > OdGe Classes > OdGeAugPolyline3d Class > OdGeAugPolyline3d Constructor > OdGeAugPolyline3d::OdGeAugPolyline3d Constructor (OdGeCurve3d&, double, double, double)
OdGeAugPolyline3d::OdGeAugPolyline3d Constructor (OdGeCurve3d&, double, double, double)
Syntax
C++
OdGeAugPolyline3d(const OdGeCurve3d& curve, double fromParam, double toParam, double approxEps);
Parameters 
Description 
const OdGeCurve3d& curve 
[in] Any 3D curve.  
double fromParam 
[in] Starting parameter value.  
double toParam 
[in] Ending parameter value.  
double approxEps 
[in] Approximate spacing along a curve. 

Constructor for objects of the OdGeAugPolyline3d class. Uses a reference curve to create a spline curve. 

 

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