Measuring/placing/moving along arcs

I’ve been struggling recently with Shapr3d and arcs. There doesn’t seem to be any way to measure or move along an arc in distance units. This makes all sorts of operations into head-scratchers for me. I would love to hear your thoughts on how you would accomplish some basic operations involving arcs. Here are a couple of examples of things I just can’t figure out how to do.

  1. Create an arc body that is a specific length along one of its curved surfaces.

  2. Cut an existing arc body into equal-length pieces?

  3. Create an arc (from a sketch or existing body) that has holes in it with centers that are specific distances from each other (for example, 2 inches).

Would love to hear your thoughts. Thanks.

As a general tip: Just click two points if you want to bring up the distance and set it.

1:

2: I don’t quite know what you mean other than using midpoint and drawing a line straight up. If you need a set arc, draw a new arc.


3: Create the circles and constrain them to the arc, then you can set the distance between the centers by clicking both.

Thank you so much for your reply, but I think my questions still stand. Let me try to clarify a bit…

  1. In your response to this one, you’re just measuring the straight-line distance between the two endpoints. I am looking for the distance along the arc. How can I create an arc with a specific arc length (in mm or inches, not degrees)

  2. This is what I mean…


    This was my hacky way of accomplishing this. I had to measure the arc length, in degrees, then divide by three, draw a sketch on top of the original body, and extrude three separate pieces. Apart from being difficult, this does not actually produce three equal-length pieces, because of rounding errors.

  3. Again, what you have done is measure the straight-line distance. I need the holes a specific distance apart along the curve of the arc. Look at your arc. What would you do if you wanted holes equally-spaced along the curve of that arc?

I see what you mean, my misunderstanding. For some reason I thought you wanted straight length.

Yeah there isn’t a way to sketch arc length yet (or not that I know of). You can see the length of lines (arc length) on the bottom of the screen if you click on the line.

I guess you will just have to calculate the arc length by converting the angle to radians and multiply by the arc radius. :face_with_diagonal_mouth:

For the latter two, you can copy and rotate the objects about the center of the arc. If this needs to be done based on arc length… you need to calculate the angle from the arc length.

(I have a feeling using revolve at some point might be easier)

Hi Jason,

There is no way to specify length on arc at present. So you have to use workaround solutions.
Here are a few.

1/ @SM1 is right, to create an arc of a specific length, you must do the maths.
L = 2 * pi * radius * angle / 360
angle = 360 * L / ( 2 * pi * radius )

2/ Here are some workaround to cut arc bodies.

3/ If you want equally spaced holes on an arc, you can do the following

3 Likes

PEC, those are some very nice workarounds - using midplane and constraints.

Although, these still don’t help you if you want hole centers at a specific distance of arc length from each other.

I’m a little bummed that such workarounds and hacks are necessary. The Shapr3D folks claim that it’s the “world‘s most intuitive 3D design app”. To make that claim, shouldn’t Shapr3D’s sketching and modeling tools make this sort of drawing operation much easier? I see no reason, for example, not to have an arc length dimension in distance units when sketching. Why force the user to do the math? It adds several minutes worth of (easily-avoidable) user friction and pain to what would otherwise be a trivial sketching operation.

1 Like

Agree with you Jason, having arc length dimension in addition to absolute, horizontal and vertical distance would be great and would do the job for setting hole centers at specific distance on arc.

3 Likes

Is there any update to this? Seems to me like a pretty high priority function.