Message 1 of 3
Merge profiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello there,
I am wondering, is it possible to merge profiles, to make one profile?
For example, I have draw some complicated geometry sketch via code, and in fufure I will work only with whole sketch (I don't need inner lines).
May be it is possible to delete all inner lines (or modify them to the constructions lines), or some like that?
Right now I use such code:
profs = adsk.core.ObjectCollection.create() for prof in sketch.profiles: profs.add(prof)
It works, but this is not what exactly I need.