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
Point3D to ImputPoint
-
Hi all !
I have a question.
I have a point position, and I try to put it in an imputPoint position... Haw can you do that, please ???Point3d(60.5559, 54.0235, 0) [b]in a[/b] #<Sketchup;;InputPoint;0xf33e6f8>

I try the "Pick" function, but the modified imputPoint is so far from his logical position !!!
Thank you !
-
Just convert your Point3D to screen coordinates (x, y) via view.screen_coords.
Then with x, y, you can do what you want.
Note that if you use an input point, its attribute <position> may not give back the original Point3DFredo
-
Aaah !! Thank you Fredo6 !! that's exactly what I want !
Advertisement