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. 

Returns true if and only if the curve boundary degenerates to a single 3D point. 

 

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

Currently not implemented.

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