Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMPolygon::isPointOnLoopBoundary Method
Syntax
C++
virtual bool isPointOnLoopBoundary(const OdGePoint3d& worldPt, int loop, double tol = OdDbMPolygonCrossingFuzz) const;

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

 

Parameters
Description
worldPt
[in] Point in WCS.
loop
[in] Loop index.
tol
[in] Measurement accuracy tolerance.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.