Parameters |
Description |
const OdDbPolyline* pPoly |
[in] Pointer to OdDbPolyline entity. |
bool excludeCrossing = true |
[in] Set true to disable creating a polygon if there are crosses between loops. |
double tol = OdDbMPolygonCrossingFuzz |
[in] Measurement accuracy tolerance. |
eAmbiguousInput if excludeCrossing is true and there are crosses between loops; eOk if a polygon appended successfully.
remarks OdDbPolyline must be closed - means has three points or more and all points should not lie on one straight line.
Appends a polygon loop.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|