Close

Relief for ODA Team in Ukraine

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

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

Parameters
Description
degenerateType
[out] Output type of degenerate entity.
tol
[in] Geometric tolerance.

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

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