API Reference > OdGe Classes > OdGeNurbCurve2d Class > OdGeNurbCurve2d Methods > OdGeNurbCurve2d::getParamsOfG1Discontinuity Method
OdGeNurbCurve2d::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.