AcGeCurve3d::isDegenerate (AcGeEntity3d*&, AcGeTol&) |
Determines if the curve is degenerate and if so returns the entity which the curve degenerates into. This function is the same as isDegenerate(AcGeEntityId&), except that it returns the actual degenerate entity instead of just returning its type. The pConvertedEntity parameter is set to null if this function returns a value of Adesk::kFalse. If this function returns a value of Adesk::kTrue, then pConvertedEntity is set to the address of an entity that is created using the new operator. It is the responsibility of the caller to delete this entity. |