π‘ LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering
Download Trial
Point_in_polygon_2d doesnt work
-
When i type ans=Geom.Point_in_polygon_2d point,points the result is:
Error: #<NoMethodError: (eval):54: undefined method `point_to_polygon_2D' for Geom:Module>anyone?
-
Hi,
The error message cannot be the one you're showing:
ans=Geom.Point_in_polygon_2d point,pointsPoint_in_polygon_2d is not the name of a method
and "point_to_polygon_2D" is in the error message. "in" instead of "to", upcase...
Advertisement