Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Missing extent parameter for FilletFeature / ChamferFeature / OffsetFacesFeature?

amandaghassaeiS8KA2
Participant

Missing extent parameter for FilletFeature / ChamferFeature / OffsetFacesFeature?

amandaghassaeiS8KA2
Participant
Participant

Hi,

I'm working on a python script for creating an animation of my design's Design History Timeline and am having trouble figuring out how to get ahold of the extent property (or similar) for FilletFeature, ChamferFeature, and OffsetFacesFeature.  Their API references are below:

Fillet - https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-9f6de809-6e53-4667-bedb-9e95600411e9

Chamfer - https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-7a005e53-0664-479c-9f6a-6146709ca1ef

OffsetFaces - https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-5FF19D49-8553-4F36-9C7F-8199B2A71933

 

Other features (e.g. ExtrudeFeature, RevolveFeature) have extent, extentOne/extentTwo, or extentDefinition properties exposed.  Is this something incomplete in the API or am I thinking about this wrong?

 

Thanks!

Amanda

0 Likes
Reply
Accepted solutions (1)
588 Views
4 Replies
Replies (4)

goyals
Autodesk
Autodesk

Not sure I understood what do you mean by extent property on Fillet and Chamfer feature. There is no such option exist in UI hence not exposed through API as well. Please provide some more details on what you are trying. Thanks.



Shyam Goyal
Sr. Software Dev. Manager
0 Likes

amandaghassaeiS8KA2
Participant
Participant

For Fillet, how do I get/set the radius?  For Chamfer and OffsetFace how do I get/set the "distance"?

0 Likes

goyals
Autodesk
Autodesk
Accepted solution

Please take a look at this sample showing how to modify fillet radius value

http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-a4dc7230-60f3-11e5-a4e9-989096c56ffe

 

Same way you can handle Chamfer and Offset by using corresponding methods.



Shyam Goyal
Sr. Software Dev. Manager
0 Likes

amandaghassaeiS8KA2
Participant
Participant

ok that makes sense, thanks for the info!

0 Likes