Skip to main content
1-Visitor
May 3, 2017
Solved

Export only visible parts from an assembly?

  • May 3, 2017
  • 1 reply
  • 25355 views

Is there an easy way of exporting only visible parts from an assembly? I received an assembly with a lot of subassemblies with a lot of subassemblies with some hidden parts. I will take me a lot of time to find every hidden part in every sub-sub-subassembly and exclude them individually in the STEP export dialog.

Best answer by TomU

Assuming you're using Creo Parametric, you can add the config option intf_out_blanked_entities no.  With this set to 'no' only the items that are visible on the screen will be exported.

1 reply

TomU23-Emerald IVAnswer
23-Emerald IV
May 3, 2017

Assuming you're using Creo Parametric, you can add the config option intf_out_blanked_entities no.  With this set to 'no' only the items that are visible on the screen will be exported.

6-Contributor
March 2, 2021

I have a similar problem, but with parts. The stepfile includes many surfaces that are hidden in the part, and should not be exported.

However, the option to exclude these hidden surfaces is greyed out:

andrehj_0-1614678389676.png

How can I exclude these hidden surfaces from my STEP-export?

12-Amethyst
March 19, 2021

You can Enable the Annotations and Disable the Hidden Entities by using an export profile.

 

Then edit the .dep_step profile file and set the Hidden Enitites to zero:

            <profile_options_xar__ENTRY id_="Hidden entities" pointer="TRUE">
                <value___PO__b__PC__>0</value___PO__b__PC__>