Support Forum

[Frage] Create a line from a list in a list

Schlagworte:

Hello. Everyone.

I want to make a line with items in a list in a list. I want to connect each column with a line in the item (List[10][2]) as shown in the figure. How should I connect it?

In List 0, 0 as the start point and 1 as the end point
In List 1, 0 as the start point and 1 as the end point
In List 2, 0 as the start point and 1 as the end point
.
.
.

Anhänge (1)

Typ: image/png
96-mal heruntergeladen
Größe: 1,76 MiB

The easiest way is: to determine the start and end points with separate DivisionPointNodes (s. cross_conn1.png)

The alternative would be to "split" the list into 2 lists for start and end points of the lines. But this does not work with the nodes ListFront and ListBack! (s cross_conn2.png)

With the Node SubListsByRedutction it works. (s. cross_conn3.png)

Anhänge (3)

Typ: image/png
116-mal heruntergeladen
Größe: 127,53 KiB
Typ: image/png
88-mal heruntergeladen
Größe: 52,76 KiB
Typ: image/png
82-mal heruntergeladen
Größe: 118,69 KiB

https://connect.allplan.com/ verwendet Cookies  -  Mehr Informationen

Akzeptieren