Skip to main content
Dale_Rosema
23-Emerald III
23-Emerald III
June 9, 2022
Solved

Recalling def_profile.dep_step on start up

  • June 9, 2022
  • 2 replies
  • 2368 views

I would like to automatically have the def_profile.dep_step loaded when starting the program versus having to remember the first time saving a .stp file. Is there a way that this can be loaded in the config.pro?

 

I learned a lot from this post, but still lack some information:

https://community.ptc.com/t5/3D-Part-Assembly-Design/Export-only-visible-parts-from-an-assembly/m-p/578032#M27083%3F&posno=1&q=intf_out_blanked_entities&DocumentType=Community%20Forum&source=search%C2%A0

 

Best answer by kdirth

Are you looking for this config:  export_profiles_step C:\*\*\def_profile.dep_step

2 replies

14-Alexandrite
June 9, 2022

Here are the config options.  We also export parasolid and iges files so we have them mapped also.

 

mkajdan_0-1654800294543.png

 

kdirth
21-Topaz I
kdirth21-Topaz IAnswer
21-Topaz I
June 9, 2022

Are you looking for this config:  export_profiles_step C:\*\*\def_profile.dep_step

There is always more to learn.
Dale_Rosema
23-Emerald III
23-Emerald III
June 9, 2022

After testing, that is what I was looking for.

 

Where the "C:\*\*\" is the path to the place where you saved the .stp profile out.

 

Thanks!