Close

Relief for ODA Team in Ukraine

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

Returns true if and only if this curve degenerates, and returns the type of entity to which this curve degenerates. 

 

Parameters
Description
degenerateType
[out] Receives the type of the curve to which this curve degenerates.
tol
[in] Geometric tolerance.

If isDegenerate returns true, the returned object was 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.