Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can't seem to run down the features of a Fillet feature to edit the Radius value I created using a Simple Fillet.
oFillet = oCompDef.Features.FilletFeatures.AddSimple(oEdges, EdgeDist * 2.54, False, False)
I'm attempting to edit the feature vs deleting it and re-creating it. Can anyone point me in the right direction here, the API and Help isn't being very helpful on this issue and I'm not getting any hits on my searches.
I can find my value, but it's read only.
oFillet = oCompDef.Features.Item("Edge Fillet") MsgBox(oFillet.FeatureDimensions.Item(1).Parameter.Value)
'also works
MsgBox(oFillet.Parameters.Item(1).Value)
Autodesk Inventor Certified Professional

Solved! Go to Solution.