Extract Ifeature from Step Model

Extract Ifeature from Step Model

SunsetDuralite
Contributor Contributor
819 Views
3 Replies
Message 1 of 4

Extract Ifeature from Step Model

SunsetDuralite
Contributor
Contributor

Hi,

 I would like to extract the cutout as an ifeature to use in inventor. Could somebody help me? Thanks

0 Likes
Accepted solutions (1)
820 Views
3 Replies
Replies (3)
Message 2 of 4

jtylerbc
Mentor
Mentor

@SunsetDuralite wrote:

Hi,

 I would like to extract the cutout as an ifeature to use in inventor. Could somebody help me? Thanks


 

 

That isn't actually possible to do from a STEP file.  To produce an iFeature, you first have to produce a Feature.  Since you're working with a STEP file, you don't have a feature - all you have is a "dumb solid" (imported geometry with no feature history).

 

You would need to model the cutout in Inventor before it would be possible to extract an iFeature from it.

0 Likes
Message 3 of 4

johnsonshiue
Community Manager
Community Manager
Accepted solution

Hi! Indeed, like John mentioned here, extracting a base body feature or surface feature is not supported in iFeature. There is a workflow you may consider as a supplement to iFeature. You can simply keep the STEP part as is. When you need to "insert" the feature, just derive the part into the new part. Then use Direct Edit -> Body Move or Move Bodies command to relocate the body. Then use Combine command to join it to the main body. Later, you can tweak the STEP part. Then the change can be propagated to the new derived part.

Many thanks!



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
0 Likes
Message 4 of 4

SunsetDuralite
Contributor
Contributor

Thanks guys!