How to create an elliptical arc?

How to create an elliptical arc?

billoverman
Participant Participant
3,569 Views
3 Replies
Message 1 of 4

How to create an elliptical arc?

billoverman
Participant
Participant

I'm trying to create a series of connected elliptical arcs.

 

SketchEllipticalArcs would seem a natural place to start. However unlike SketchCircles, SketchLines, etc. SketchEllipticalArcs provides only read-only properties; that is, there are no "add..." methods on SketchEllipticalArcs.

 

The only way I've found so far, is to create an Ellipse (with SketchEllipses.add) and then use SketchEllipse.trim/split to try to get the proper arc segment.

 

I think I could get this to work with some work, but it feels extremely kludgy.

 

Is there a more elegant solution?

 

Bill

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

ekinsb
Alumni
Alumni
Accepted solution

Unfortunately, what you've found is currently the only way to do it.  This is the same as in the user-interface, although I hope to support it in the API in the future.


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog
Message 3 of 4

Anonymous
Not applicable

Hi, is this still the case, no way to create an elliptical arc other than creating an ellipse and trimming it with two lines?

Pete.

0 Likes
Message 4 of 4

BrianEkins
Mentor
Mentor

Still no change.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
0 Likes