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 JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need the code to get access to the properties and isolate the parts and save it 1

Status
Not open for further replies.

c800

Computer
Joined
Jul 25, 2024
Messages
1
Location
US
I need the code in C# to open Catia, open a part or assembly, open links, isolate all the parts, save the assembly and close. Could not find any help from documentation. Tried recording a macro, does not record the isolation process. Any help would be greatly appreciated. Need help with the to access the active Link window to isolate the parts and save them.

 
 https://files.engineering.com/getfile.aspx?folder=1c6008ba-0119-4a18-bf47-84bfbb561283&file=isolate.png
Isolation is only possible through Copy - Paste as result.

Refer to Selection class in automation documentation.
 
isolate a complete part is possible without copy/paste as result. use the command Isolate Part

regards,
LWolf
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top