Drawing an arc by three reference points

Hello, I am trying to create an arc that passes by three reference points in order to use it in an adaptive family.
I know that with dynamo there is the possibility to draw a curve by reference points but actually it generates a spline while I need an arc that behaves exactly like that curve, keeping the reference points attached to the arc in order to manipulate it.

Is there any way to do it maybe using also some piece of a python code?

I will also attach a basic exaple in order to make myself clear. arc%20by%20reference%20points

Basically I need to find a way to model that curve in order to be an arc.

Thank you!

Can you Try this node Arc.ByBestFitThroughPoints??

Thank you for your suggestion, but unfortunately this node doesn’t accept as input reference points. My goal is to connect the reference points by an arc in order to use those reference points in a next phase to change the geometry of the arc.

I have connect four point and final output is curve.
is any helpful for you??

34

No, I’m sorry, my problem is more complex than this. I need to use Reference Points to create my arc and not simply Points.

You can go back and forth between the two. Are you meaning adaptive points rather than reference points? Why do they need to be reference points?

I need them to be reference points because they will be hosted on other points connected to adaptive points to be used in an adaptive family.

But if this is all driven by Dynamo it doesn’t really matter which geometry you’re controlling. You can go back and forth like I mentioned by converting the geometry. As long as your adaptive points are in the right location everything should be good.

I think that what I am trying to achieve is exactly what was asked in this post:

In the end they don’t seem to find a solution neither.