question

studentproject avatar image
0 Likes"
studentproject asked Joerg Vogel commented

how to increase the dimensions of walls ?

once i creates a wall but i need change its lenght.walls.fsm

FlexSim 24.2.2
walls
walls.fsm (27.2 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel commented

The dimension of a wall is controlled by pillar objects in subnodes of the drawsurrogate node of wall object. Each wall (e.g. Wall2) has got two columns in its simple data node called "column1" and "column2".

wall2-sdt-values.jpg

They contain references as string paths to its limiting pillars. If you evaluate this string path as node by method find you can adjust spatial values of location and size to change wall appearance between both involved pillars.

wall-treenode-snippet.jpg


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image Joerg Vogel commented ·

simple data node (sdt) read values by command: getsdtvalue

0 Likes 0 ·