API Reference > OdGe Classes > OdGePointOnCurve3d Class > OdGePointOnCurve3d Constructor > OdGePointOnCurve3d::OdGePointOnCurve3d Constructor (OdGeCurve3d&, double)
OdGePointOnCurve3d::OdGePointOnCurve3d Constructor (OdGeCurve3d&, double)
Syntax
C++
OdGePointOnCurve3d(const OdGeCurve3d& curve3d, double param);
Parameters 
Description 
const OdGeCurve3d& curve3d 
[in] Any 3D curve on which this point lies.  
double param 
[in] Parameter value for this point. 

Constructor for the OdGePointOnCurve3d class. 

 

The constructor constructs a point that lies on a specified 3D curve and has a specified parameter value.

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