hi everyone, Is there a VS node to read the points list from a 2D object? like from a Polyline2D?
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!
- Forum
- CAD Parametric Modelling
- Visual Scripting
Read Points from a 2D object [Gelöst]
Lösung anzeigen Lösung verbergen
2D objects are not well supported yet in VS. For reading all points from a 2D curve, you can try the node GetPolyPointCurvePoints.
Check the attached screenshot below:
Product Owner API, Allplan GmbH
Anhänge (1)
2D objects are not well supported yet in VS. For reading all points from a 2D curve, you can try the node GetPolyPointCurvePoints.
Check the attached screenshot below:
Product Owner API, Allplan GmbH
Anhänge (1)
Great! this is working fine!
I did a simple 2D to 3D element converter that sometimes may be useful