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.