Community
Fusion API and Scripts
Got a new add-in to share? Need something specialized to be scripted? Ask questions or share what you’ve discovered with the community.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

addFillet in sketchmode between a line and arc

1 REPLY 1
SOLVED
Reply
Message 1 of 2
Anonymous
749 Views, 1 Reply

addFillet in sketchmode between a line and arc

Hi

 

Im trying to add a fillet in a sketch with the following line: 

" arcs->addFillet(sketchLine1, sketchLine1->startSketchPoint()->geometry(), sketchArc, sketchArc->endSketchPoint()->geometry(),  outsideFilletRadius);"

 

SketchLine is a " Ptr<SketchLine> " and sketchArc is a " Ptr<SketchArc> ", I have checked that the points are right but this does not seem to do anything, and doing the same thing with two lines instead works as a charm. 

 

Anyone have an idea of what i'm doing wrong?

 

 

1 REPLY 1
Message 2 of 2
ekinsb
in reply to: Anonymous

I am able to reproduce a problem and have filed a bug.  I am also seeing cases where I am able to successfully create a fillet between a line and an arc and between two arcs.  There must be some geometry combinations that are causing problems but it's not obvious to me what the differences are between the cases that work and those that don't.  Regardless, there is a problem that we need to address.


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report