MPolygonIsPointOnLoopBoundary Method

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

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public virtual bool IsPointOnLoopBoundary(
        Point3d worldPoint,
        int loopIndex,
        double tolerance
)

Parameters

worldPoint  Point3d
[in] Point in WCS.
loopIndex  Int32
 
tolerance  Double
[in] Measurement accuracy tolerance.

Return Value

Boolean
true if the specified point is on the specified loop of the polygon, false otherwise.
See Also

©  Bricsys NV. All rights reserved.