Geom point_to_polygon_2D - does it exist
-
I thought I would try Geom point_to_polygon_2D
to test if inside a face outer loop.I copied and pasted from the ruby documentation ----- Geom.point_to_polygon_2D
and got the response on running my rubyError: #<NoMethodError: undefined method `point_to_polygon_2D' for Geom:Module>
I even tried Geom::point_to_polygon_2D
I checked the geomtests.rb test file and the test method "pointToPolygon2DTest" was empty
Does the point_to_polygon_2D method exist under a different name??
If not, is there any ruby code available anywhere that performs the same check.Thanks in advance
BillW
-
Try point_in_polygon_2D.
http://groups.google.com/group/SketchUp-Plugins-Dev/web/Ruby-Geom.html#point_in_polygon_2D
Todd
(I'll fix the doc)
-
Thanks Todd
I just checked the docs and I should have looked a bit closer rather than doing a straight copy.
A bit of word blindness going on - my apologies.
Advertisement