Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
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
-
-
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