API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > isDegenerate Method > OdGeCurve3d::isDegenerate Method (OdGeEntity3d*&, OdGeTol&)
OdGeCurve3d::isDegenerate Method (OdGeEntity3d*&, OdGeTol&)
Syntax
C++
bool isDegenerate(OdGeEntity3d*& pConvertedEntity, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
OdGeEntity3d*& pConvertedEntity 
[out] Receives a pointer to the object to which this curve degenerates.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

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

 

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–2020. Open Design Alliance. All rights reserved.