Page 2 of 2

Re: Stairs and esclator

Posted: Monday 04 January, 2016 - 13:22
by marlies
Hi,

An evelator module is not yet available in Pedestrian Dynamics, this is on our development list.

It is possible to do simple agent movements from 1 level to another level using the following script in the setting Location Leaving of an activity location (tab location):

Code: Select all

{**Continue from current location**} 
do(
  Points_Get(i, 1) ,
  { @@@@ Using set vector it is possible to move the agents to another height layer, in this case starting at the current location vx and vy }
  SetVector(vx, vy, 1 {  @@@@ Fill in the right Height Layer ID}) 
)
Regards, Marlies