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]
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:
[att ]64695[/att]
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:
[att ]64695[/att]
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