Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

CATIA MACRO: Offset of multiple Surfaces

Status
Not open for further replies.

DiaeArrahmane

Automotive
Joined
Apr 4, 2024
Messages
17
Location
FR
That's not a question but rather a contribution (hope I am not giving the wrong solution). Many people encounter problems when working on multiple surfaces such as in:
thread560-469264

The solution that worked for me is to create a selection of surfaces I want to offset using search method, then I created an assemble using AddNewJoin(), if you need to assemble more than 2 elements, you'll need to add each other element to the assemble using AddElement(). Then, I applied AddNewOffset() to the assemble. And make sure to use reference objects when dealing with these methods.

I hope it helps.
[bigsmile]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top