| Article | 60002002 |
| Type | Wish |
| Product | Engine |
| Date Added | 7/12/2013 12:00:00 AM |
| Fixed | (7/12/2013 12:00:00 AM) |
| Submitted by | Alesio |
Summary
I would like a method to calculate if a point is inside a closed polyface
Solution
In version 6026 the following method has been exported to the polyface object
summary> Calculates if a point is inside a closed polyface.
param name="point">A point in World Coordinate System.
returns>True if the point is inside the polyface.
remarks>The polyface must be a closed solid polyface. If it is not closed then the result may not be accurate.
public bool isPointInside(gPoint point)
