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.
It would be great if we could do some actual math in those equations. Sadly, that is not to be. The workaround is generally to create a null point. In your case you would create a null point at =_$(B)-$(A) then create point C at 2 ft(m) from the null point.