Home › Forums › Problems and solutions in GDL › Informations from the environment › Railing Panel info › Reply To: Railing Panel info
May 8, 2019 at 13:40
#4733
Participant
This:
railNodeQ = VARDIM1 (RAIL_POLYLINE_GEOMETRY)
PRINT 'railNodeQ=', railNodeQ
panelLen = RAIL_POLYLINE_GEOMETRY[2][1] - RAIL_POLYLINE_GEOMETRY[1][1]
PRINT 'panelLen=', panelLen
…gives this report for a placed railing with a zig zag geometry, where I count 5 nodes in the polyline:
railNodeQ= 2 ()
panelLen= 0 ()
railNodeQ= 2 ()
panelLen= 0 ()
Attachments:
James M