Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurveBoundary::isDegenerate Method (OdGePosition3d&, OdGeCurve2d**)
Syntax
C++
bool isDegenerate(OdGePosition3d& degenPoint, OdGeCurve2d** paramCurve) const;

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

 

Parameters
Description
degenPoint
[out] Receives the point to which the boundary degenerates.
paramCurve
[out] Receives the paramater curve corresponding to degenPoint.

true if this curve boundary is degenerate, false otherwise.

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.