hi, there is a way to convert a 3D Face into 3D polyline?
I've tried to get the points from the geometry but I'm not able to extract the list[3d points]correctly.
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.
Melden Sie sich jetzt an und diskutieren Sie mit!
hi, there is a way to convert a 3D Face into 3D polyline?
I've tried to get the points from the geometry but I'm not able to extract the list[3d points]correctly.
You can try the node GetIsoCurveGridPoints and use the Node Polyline3D to generate the polylines.
Product Owner API, Allplan GmbH
You can try the node GetIsoCurveGridPoints and use the Node Polyline3D to generate the polylines.
Product Owner API, Allplan GmbH
Tnx! this is working!