Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi all,
I've been importing a number of .stp assemblies into Wildfire 4 lately and I'm wondering why ProE creates an extra assembly level on import. For example, if I have a 1001.stp (assembly) it will open as 1001.asm containing 1001_asm.asm. The 1001_asm.asm contains the downlevel parts, so the 1001.asm seems redundant.
Is it a setting in ProE or is it the way the .stp was generated?
Also, when I generate .stp files of anything that has acrossection defined ProE seems to create a surface feature block between the cross-section and component boundary. The feature is called "import feature" when I reopen the .stp in ProE and is assembled at the top of the model tree. Any way to get rid of this when generating STEPs?
Thanks!
Ok, I solved part of this - the surface "import feature"was createdsince I had shells selected in addition to solids. Solids only = no strange features for cross-sections.
Also, for exporting .stp files, I found I could control the names better by using the step_config.pro option export_3d_force_default_naming = yes. Otherwise, I was getting suffixes added to every component name.
I still would like to know why ProE creates a redundant assembly level when it opens .stp assemblies.