API Reference > OdGe Classes > OdGeCurveBoundary Class > OdGeCurveBoundary Methods > isDegenerate Method > OdGeCurveBoundary::isDegenerate Method (OdGePosition3d&, OdGeCurve2d**)
OdGeCurveBoundary::isDegenerate Method (OdGePosition3d&, OdGeCurve2d**)
Syntax
C++
bool isDegenerate(OdGePosition3d& degenPoint, OdGeCurve2d** paramCurve) const;
Parameters 
Description 
OdGePosition3d& degenPoint 
[out] Receives the point to which the boundary degenerates.  
OdGeCurve2d** paramCurve 
[out] Receives the paramater curve corresponding to degenPoint. 

true if this curve boundary is degenerate, false otherwise.

Checks whether the curve boundary degenerates to a single 3D point. Currently not implemented. 

 

If this method returns true, paramCurve is created with the new operator, and it is the responsibility of the caller to delete it.

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