Dear community I need a little help,
Is there a metod to find and extrapolate the right tilt angle of the red line (in this example is 35°), where the vertex intersects the blue line?
FindTiltAngle.gh (10.0 KB)
Thanks in advance
J-Rob
Dear community I need a little help,
Is there a metod to find and extrapolate the right tilt angle of the red line (in this example is 35°), where the vertex intersects the blue line?
FindTiltAngle.gh (10.0 KB)
Thanks in advance
J-Rob
Get the Circle/Line Ccx events (thus the Points [one or two]) and then compute the Vector3d.VectorAngle(V1,V2) per Ccx Point … where V1 is the white.Direction and V2 is ccxPt - white.From;.
Thanks for the help Pfotiad0
I don´t test it, but is possible with the native GH component, or only with your C# script?
You don´t attached the file.