API Reference > OdDb Classes > OdDbMPolygon Class > OdDbMPolygon Methods > OdDbMPolygon::isPointOnLoopBoundary Method
OdDbMPolygon::isPointOnLoopBoundary Method
Syntax
C++
virtual bool isPointOnLoopBoundary(const OdGePoint3d& worldPt, int loop, double tol = OdDbMPolygonCrossingFuzz) const;
Parameters 
Description 
const OdGePoint3d& worldPt 
[in] Point in WCS.  
int loop 
[in] The loop index.  
double tol = OdDbMPolygonCrossingFuzz 
[in] Measurement accuracy tolerance.
 

True if the specified point is on the specified loop of the polygon; false otherwise.

Determines whether the specified point in WCS is on the specified loop of the polygon. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.