hi everyone, Is there a VS node to read the points list from a 2D object? like from a Polyline2D?
- Forum
- CAD Parametric Modelling
- Visual Scripting
Read Points from a 2D object [Gelöst]
22.11.2021 - 17:33
*
Lösung anzeigen Lösung verbergen
23.11.2021 - 08:14
*
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)
23.11.2021 - 08:14
*
[Lösung]
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)
23.11.2021 - 12:08
*
Great! this is working fine!
I did a simple 2D to 3D element converter that sometimes may be useful