Hi.
I want to create an interpolate point between 2 points. I mean, a point in the middle of the Component (one segment)
In SubAssembly Composer (SAC) of Autodesk, I do this with Type point = Interpolate Point.
Here I am trying to do it with Constraint 1= Angle Distance.
Angle=0
and the Distance should be a formula (the hyptotenuse)= SQRT((_$(B)-$(A))^2 + (|$(B)-$(A))^2)
Thanks in advance.
In the case of SAC, we have "Angle and Delta X", "Angle and Delta Y" or "Angle and Distance".
for this case would be interesting : "Angle and Delta X". If I want the intermediate point between A and B, then Delta X would be = _$(B)-$(A)*0.500
We have to create 2 points:
X Point in the middle of Delta X
Y Point in the middle of Delta Y
Then a third point is constrained from X and Y point.