Hello, One way would be to find the end points of the line segments (end points component) and create vectors between 2 of the points in sequence (Vec2Point component). You would then be able to calculate the angles between the chosen vectors, selected from a list, with the Angle component in the Vector tab.
n On Mar 6, 4:09 pm, Danny Dong <[email protected]> wrote: > Hi, > > I am having some troubles with a very simple calculation > I want to calculate the angles formed from every other vertices > > for example, > If a line is divided into 4 sections (5 vertices - a,b,c,d,e) > > I want to calculate the angles formed by line segments [A-B and B-C], > and [C-D and E-F] > > I posted the example on the 'files' called "Angle_Test.3dm" and > "Angle_Test.ghx" > > thanks for any input > > dave
