Know if a point is inside a closed Polyline
Moderators: SDS, support, admin
Know if a point is inside a closed Polyline
Hi,
My question is :
Is it possible to know if a point is contained into a closed polyline (TsgDxgPolyline)?
In my case, I already know which polyline (TsgDxgPolyline) and the coordinates of the point that I need to test.
thanks in advance.
Fabzouni
My question is :
Is it possible to know if a point is contained into a closed polyline (TsgDxgPolyline)?
In my case, I already know which polyline (TsgDxgPolyline) and the coordinates of the point that I need to test.
thanks in advance.
Fabzouni
Hello!
Polyline (TsgDXFPolyline) contains property Box, which defines bounding 3D rectangle. It is necessary to check whether point's coordinates are within this Box.
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
Polyline (TsgDXFPolyline) contains property Box, which defines bounding 3D rectangle. It is necessary to check whether point's coordinates are within this Box.
Sergey.
Please post questions to the forum or write to support@cadsofttools.com