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.
|