Parameters |
Description |
const OdGePoint3d& worldPt |
[in] Point in WCS. |
OdGeIntArray& loopsArray |
[out] Boundary indices array. |
double tol = OdDbMPolygonCrossingFuzz |
[in] Measurement accuracy tolerance. |
The function returns loopsArray.size().
The function projects worldPt to the polygon plane, then if the point is on some boundary, indices of these boundaries are added to the loopsArray and the function returns, otherwise it finds the innermost loop containing the point and adds its index to the loopsArray before returning.
Copyright © 2002–2021. Open Design Alliance. All rights reserved.
|