[Frage] Polyline3DInput PointList coordinate

Schlagworte:

Hello
I need to list the coordinates of polyline points.
The coordinates are in the PL list only at the second level and there is no node in VS that can list this level.
I then need to write the coordinates into a table.
Kormic

Anhänge (1)

Typ: image/jpeg
80-mal heruntergeladen
Größe: 71,97 KiB

You can try following steps:

  • get points from the polylines with the node "GetPolyPointCurvePoints"
  • get x,y and z coordinates from points with the node "Point3DDeconstruct"
  • write them to a table with the node "WriteCSV".

The coordinates which gets written will be always in mm by default, because it is the internal unit used by Allplan. If you want to have the number in different unit, you may need to convert by yourself first.

Product Owner API, Allplan GmbH

Anhänge (1)

Typ: image/png
35-mal heruntergeladen
Größe: 39,90 KiB

https://campus.allplan.com/ verwendet Cookies  -  Mehr Informationen

Akzeptieren