Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve2d::isDegenerate Method (OdGeEntity2d*&, const OdGeTol&)
Syntax
C++
bool isDegenerate(OdGeEntity2d*& pConvertedEntity, const OdGeTol& tol = OdGeContext::gTol) const;

Determines if the curve is degenerate and if so returns the entity that the curve degenerates into.

Parameters
Description
pConvertedEntity
[out] Output entity that the curve degenerates into.
tol
[in] Geometric tolerance.

true if the curve is degenerate; false otherwise.

By default this function throws the exception "not Implemented". Should be implemented in derived classes.

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