Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
When I save an assembly as a step file, the assembly planes and additional planes that I have in the assembly do not store in the step file.
How do I enable the planes to be stored as well?
Kevin
I do not think planes are part of the STEP specification and are therefore not a recognized element.
If orientation is critical for the recipient of your file, you might conside placing curves such as a rectangle or circle on specific planes so that the recipient can generate their own planes or coordinate systems based on these curve features. Curves are optional in exporting to STEP.
I looked and there's a ton of STEP formats. STEP was to avoid the cacophany of IGES, where everyone 'supported' IGES but used limited and unique subsets, by specifying test suites. Don't support the suite, can't claim compatibility.
Apparently the STEP group gave that up in favor of suppliers just vouching for it. It was a result of trying to make STEP all things to all people for the sales value, but it overextended the ability of the standards orgs to create the tests.
Now it falls under ISO 10303. From Wikipedia, just the mechanical top of the iceberg:
Mechanical:
From ISO on ISO-10303-203, 400 HTML pages, 198 swiss francs, ~$220 US :
The following are within the scope of ISO 10303-203:2011:
This won't be enough. See the other related specs, some needed to tell how to read this one:
http://www.iso.org/iso/home/store/catalogue_ics/catalogue_ics_browse.htm?ICS1=25&ICS2=040&ICS3=40&
I believe I found my own answer. Within the config.pro there is a "step_export_format", the value for this has pull down options to choose from and the value should be "ap203_e2".
Then all planes and axes will translate to the STEP file
I am not sure where you read that. Using this setting did not include planes in my quick test (Creo 2.0 M040)
http://www.proesite.com/cgi-bin/find_option.cgi?srch=STEP_EXPORT_FORMAT&ver=creo1
However, there is something funny going on. When I choose ap203_e2 for config.pro it switches back to 203_IS_EXT after creating the STEP file. The option for ap203_e2 is also not available in the STEP configuration editor during exporting.
I wonder if this was a bug in the export that was fixed in a later version.
Can you confirm that your version is behaving properly and that indeed you are getting planes through your STEP file? I cannot get it to work.
I use ap214_is and it askes if you want to export Annotations. Which imported back in looks like this.
Matt; confirmed. I needed to delete the step_config.pro file in the working folder to get this to work.
Never considered planes to be annotation
Hmmm, I just tried the ap214_is setting and all it did was give me a note (STEP_COMMENTS) in the model tree. No planes, etc. Bummer! But only for those getting my exported STEP file. I use a template on the way in so I get all my rules-based layers, planes, etc.
For reference I'm on creo elements/pro 5.0.
Interesting topic gents, here's some more info:
It's funny how there is so little info on what these settings do, no real explanation.
Here's a good background, www.mel.nist.gov/div826/library/doc/jcise1.pdf
A STEP file analyzer from the National Institute of Standards and Technology, NIST; should be useful for sorting out transfer problems incoming and outgoing: http://www.nist.gov/el/msid/infotest/step-file-analyzer.cfm
Excellent find, David!