Is there a way to export components of a design ? #1694
-
Greetings everyone, In ANSYS Discovery 2024 R2, it is possible to export components of a Design object in order to generate a separate mesh for each one. Thank you in advance ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Phantongue - thanks for opening this discussion! Currently we do not have the capability to export separate components of your entire Design. However, you could come around it by "deleting" the components you are not interested in ( You would have to do all this in a loop for all the components you want to export individually, but IMO it should be doable! |
Beta Was this translation helpful? Give feedback.
Hi @Phantongue - thanks for opening this discussion!
Currently we do not have the capability to export separate components of your entire Design. However, you could come around it by "deleting" the components you are not interested in (
design.delete_component(...)
) and then request the design export to your desired format.You would have to do all this in a loop for all the components you want to export individually, but IMO it should be doable!