Herro
Its the First Time I'm posting Here I'm New To C# But I'm Tying Something difficult
In the Illustration You Will Find Coordinates Of a Arc All Points Referenced From (0,0) The X Axis is Horizontal The Z Axis is Vertical
https://i.stack.imgur.com/ycmdi.png
Input Variables:
Xo,Zo =(529.819,343.509)
Xn,Zn =(529.26,343.678)
R(Radius) =(9.2)
I Need The Coordinates of I,K(Centrer Point,Referenced to 0,0)
The Answer to I,K is (I532.2,K352.396) But I want to know how to calculate this
This Is Going to Be uses in G code Conversion Eg:
N8(3)X529.819Z343.509$
N9(4)X529.26Z343.678R9.2C0$
To
N8(3)X529.819Z343.509$
N9(4)X529.26Z343.678I532.2K352.396$
(C0 & C1 is CW & CCW)