Stairs and esclator

All topics related to questions in Pedestrian Dynamics
marlies
Posts: 301
Joined: Monday 17 January, 2011 - 09:28

Re: Stairs and esclator

Post 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
Post Reply