API Reference > OdGe Classes > OdGeNurbCurve3d Class > OdGeNurbCurve3d Methods > OdGeNurbCurve3d::getParamsOfG1Discontinuity Method
OdGeNurbCurve3d::getParamsOfG1Discontinuity Method
Syntax
C++
bool getParamsOfG1Discontinuity(OdGeDoubleArray& params, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
OdGeDoubleArray& params 
[out] Parameters of discontinuity.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

true if any parameters are returned; false otherwise.

Gets the parameters of G1 discontinuity. 

 

Currently not implemented.

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