Skip to main content
14-Alexandrite
July 17, 2014
Solved

How to identify the model features in STEP file?

  • July 17, 2014
  • 2 replies
  • 9838 views

In Step files, how can we identify the what are all features they used to create the model...?

 

I hope someone could help!!!


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by LukaszMazur

STEP files contain only geometry information, so all features information is lost by definition when exporting to STEP/IGES format and that's why it's often used to exchange data, so people get the geometry, but not the know-how of building the specified part

Feature recognition tool Robbie mentioned doesn't find features from original model but rather analyses geometry and tries to create Creo feature resembling that geometry like hole, extrude, round or chamfer.

If you want make edits to imported geometry I'd rather consider Flexible Modeling extension for Creo Parametric - it allows for easier modifications of geometry without features.

2 replies

10-Marble
July 18, 2014

You can use 'Feature recognition', but I'm not a big fan of it. It doesn't work that well I think.

It doesn't find the features that were used to create the model, it just finds a shape, i.e. a hole, removes it, and creates a new feature making that hole on the same spot. Then you can modify it, dimensional or in positioning.

Sometimes this can be handy, but I prefer to keep clear from this messing about. If it's only a small change, like one hole that needs to be moved, I close it using an extrude, and make a new hole with an extrude or hole feature. If there is a lot to be changed, I usually remodel the whole part.

aminhas14-AlexandriteAuthor
14-Alexandrite
July 18, 2014

please check my file and guide me how to work on it?

16-Pearl
July 18, 2014

STEP files contain only geometry information, so all features information is lost by definition when exporting to STEP/IGES format and that's why it's often used to exchange data, so people get the geometry, but not the know-how of building the specified part

Feature recognition tool Robbie mentioned doesn't find features from original model but rather analyses geometry and tries to create Creo feature resembling that geometry like hole, extrude, round or chamfer.

If you want make edits to imported geometry I'd rather consider Flexible Modeling extension for Creo Parametric - it allows for easier modifications of geometry without features.

1-Visitor
July 18, 2014

Hello,

STEP files not only contains geometry information : It can also contains features or PMIs, especially in STEP AP242 which will become ISO very soon.

More information here : http://www.datakit.com/en/step_coming_evolution.php

16-Pearl
July 22, 2014

Interesting, didn't know that functionality in STEP files. Thanks for the info.