Hello,
I came to a solution using macro in case somebody bumps into similiar issue. I had to do 40 assemblies and each contains around 100 parts so doing it manually is really not an option. Here is the macro - after creating CATPart from Product manually you have to set the first body as main...
I understand the feature exists, but I need the bodies in the CATPart that come from a Product to be named after their respective part names (for example, 25F6626). Currently, the export uses the body names instead of the part names. In other words, I need the body to inherit the name of its...
Hello,
I need to create CATPart from Product but I need the original part names to be the new body names. The tree looks something like this now.
So I would need it to be just one single part (25F6003) and the bodies inside should be named after the current part names (25F6626 etc.) - each...
Hi,
I'm working on a macro that uses CATIA.StartCommand, but it only toggles the command without a way to check its current state.
I need to: Set a StartCommand explicitly to ON (1) or OFF (0), instead of just toggling.
Is there a way to achieve this in Catia? Any advice would be appreciated...