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
Inference lock along a random vector
-
I'm trying to inference lock along a random vector. I wrote this and it works as long as @vector is along the red/green or blue axis but it doesn't lock in any other situation. Does anyone has a solution?
@picked_first_ip.copy(@mouse_ip) @mouse_ip = Sketchup;;InputPoint.new(@picked_first_ip.position.offset(@vector)) view.lock_inference(@picked_first_ip,@mouse_ip)
Advertisement