Any methods to define distance along path of a curve or arc?

Any methods to define distance along path of a curve or arc?

Anonymous
Not applicable
3,088 Views
8 Replies
Message 1 of 9

Any methods to define distance along path of a curve or arc?

Anonymous
Not applicable

Already done a bunch of hunting with no luck here, so I come to you 😄

 

I need to define a 3 point arc as distance along path (radius/ distance) rather than radius/ angle. I can remove the angle constraint and add a point to point but obviously that is in a straight line and doesn't give the desired result. 

 

There are a lot of defined arcs in this project and I'm hoping there is a direct way to define these things that I am missing, though the search here and on the web doesn't look promising.

 

Any insights or workarounds appreciated!

3,089 Views
8 Replies
Replies (8)
Message 2 of 9

davebYYPCU
Consultant
Consultant

Nothing in the sketch environment will help, been discussed here before (Distance on Path)

you can do the calculations, or use a workaround 

 

(Plane or) Work point on Path, select your curve, slide the point along it, and in the Dialogue Box, swap to Distance (from Proportional), set the point at your distance.  

 

Might help.... 

Message 3 of 9

HughesTooling
Consultant
Consultant

A workaround is to used a parameter to calculate the the angle from the radius and required length.  (ArcLengh/ArcRad)*rad

 

tool2.png

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Message 4 of 9

g-andresen
Consultant
Consultant

Hi,

try this

 

arc lenght.gif

günther

Message 5 of 9

Anonymous
Not applicable

Thanks all! Yes, I've tried all the above- so far the best result from a combination of these. To be honest in this context it's a bit time consuming.  Hopefully with how many times I've seen this question come up here and across the web the dev team will find it worthwhile to add this in the near future. 

0 Likes
Message 6 of 9

Anonymous
Not applicable
Yes, finding the length is not the issue- DEFINING IT- as a direct input, is the issue. Rather than a back and forth of calculating outside fusion, or changing the rad/angle & resulting distance along arc to get the dimension as supplied. It's a bit backwards to have to figure for a 10.345* arc angle to get 680mm across the face. Perhaps others see the usefulness of such a tweak and we see it in future updates 😄
Message 7 of 9

g-andresen
Consultant
Consultant

Hi,

As long as there is no tool for stretched lengths, you need workarounds.
Besides, it is not only about arcs but also about splines, for example.
But I remember that such a tool is currently being worked on.

 

günther

0 Likes
Message 8 of 9

TheCADWhisperer
Consultant
Consultant

@Anonymous wrote:

.... and across the web the dev team will find it worthwhile to add this in the near future. 


Perhaps the Fusion dev team will walk across the Autodesk hall and ask their Inventor teammates how it is done.  Their Inventor Professional teammates figured this out years ago.

Message 9 of 9

kurtweimer
Observer
Observer

My dirty trick is to select the entire path, run a pipe, specify the distance, then I use the end of the pipe run as my reference point.

0 Likes