Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Morning All
Having issue with exporting an assembly as a STP file and creating a solid.
Have trawled help, forums and interweb for info and I still see the structure of the assembly when I open the STP file in a separate application.
So far I have shrinkwrapped the assembly then saved the shrinkwrap as a STP file, this opens as a single part but you can still see the structure.
I've tried suggestions such as surface only and the problem remains. We are using Creo 2.0 M120.
Any suggestions?
Many Thanks
Solved! Go to Solution.
Hi Phil,
if you need to create a step file without an assembly structure try to use this steps:
Regards,
Hi Phil,
if you need to create a step file without an assembly structure try to use this steps:
Regards,
I tried, however, when the STEP (STP) file is imported by cliking "assembly" it bring all the parts and whole assembly structure is there. however, i have seen in past that STEP file has only one part of the whole assembly.
will give another try
I am giving a try. at home, so system is slow. I tried this way
Shrinkwrap
import as part.prt
save it STEP
import it as PART
save it as STEP ( Shells and Solids, unless i need to just select SOLIDS)
then upon import, it is still as assembly with all parts. however, now color is all one color.
so still does not work.
will try other methods and update
Don't shrinkwrap. Just export the assembly as a step and re-import it.
will give it a try but has not worked in past.
what have now worked repetitively with my models is follows. and Credit goes to my colleague Kerry.
create STEP file ( use both ON(click) for solid and shells)
import as Assembly
Create Shrinkwrap ( first Surface Subset). DO NO use Faceted Solid or Merged Solid)
import this newly created .prt file
save again as STEP ( use both ON(click) for solid and shells).
Now you can import his STEP as single part or assembly, it will be one monolithic part. it is easy to move around and use it in bigger assembly or sent to custoemrs/supplier without any history or assembly structure.
will give it a try but has not worked in past.
what have now worked repetitively with my models is follows. and Credit goes to my colleague Kerry.
create STEP file ( use both ON(click) for solid and shells)
import as Assembly
Create Shrinkwrap ( first Surface Subset). DO NO use Faceted Solid or Merged Solid)
import this newly created .prt file
save again as STEP ( use both ON(click) for solid and shells).
Now you can import his STEP as single part or assembly, it will be one monolithic part. it is easy to move around and use it in bigger assembly or sent to custoemrs/supplier without any history or assembly structure.
You need to set the config option:
intf3d_in_as_part YES
This turns on the ability to make assemblies into single parts. Be warned that it is a hidden config option because for complicated assemblies it can cause Creo to crash.
interesting helpful hints. wonder if it cause CREO to crash, might PTC want to fix this in the next revision. i think many people like to send one solid STEP files. thanks, regards, Ahmed