ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
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