Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
pConvertedEntity
[out] Receives a pointer to the object 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.