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!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
Best practice for followme
-
Hi,
I have a nicely created geometry using the followme function, something like this:
status = myFace.followme(lines)
status is ok and everyone is happy, but what's the best practice for selecting the faces/entity just created by the followme function, in this instance I'd like to move it somewhere else.
Cheers
-
Put the face in a group the do the followme. Everything created by the followme will be added to that group
myGroup = Sketchup.active_model.entities.add_group myFace status = myFace.followme(lines)Then you can move the group.
Advertisement