Das Wissen aller Anwender nutzen

Im Allplan Connect Forum tauschen sich Anwender aus, geben wertvolle Tipps oder beraten sich bei ganz konkreten Aufgabenstellungen − auch international.
Und damit wirklich keine Frage unbeantwortet bleibt, unterstützen die Mitarbeiter des Technischen Supports ebenfalls aktiv das Forum.

Es erwarten Sie:

  • Foren-Vielfalt aus CAD Architektur, CAD Ingenieurbau uvm.
  • Tipps von User für User
  • international: Deutsch, Englisch, Italienisch, Französisch und Tschechisch

Melden Sie sich jetzt an und diskutieren Sie mit!

Zur Registrierung

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

Schlagworte:
  • Visual Script

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
102-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
120-mal heruntergeladen
Größe: 127,53 KiB
Typ: image/png
90-mal heruntergeladen
Größe: 52,76 KiB
Typ: image/png
84-mal heruntergeladen
Größe: 118,69 KiB