LatLon methods not working
-
Hi all,
Anyone noticed that something is wrong with the latlon_to_pt method or am I wrong myself ?
Example of code not working:ll=Geom;;LatLong.new([48.4,6.1]) p3d=Sketchup.active_model.latlong_to_point ll
This returns Point3d(0, 0, 0) in the console.
(utm_to_pt method works but this needs to first convert a latlon object to an utm object before converting it into a 3d point).
Tip anyone ?
Advertisement