question

jundi avatar image
0 Likes"
jundi asked Jeanette F commented

How to make random size&shape in source ? sometimes box, sphere, cylinder, etc

someone help me please

1694712750160.png

How to make the output size & shape in sorce sometimes box, sphere, cylinder, etc?.

and then all items will sorted by operators base on colour. Is it possible for FlexSim to represent an operator performing sorting?


please help me

Conveyor Sorting Simulation.fsm

FlexSim 22.2.0
sourceflow itemsoperators assignment
· 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.

1 Answer

Jeanette F avatar image
0 Likes"
Jeanette F answered

Hello @jundi,

You can set the object shape using

  1. setobjectshapeindex(item, shapeIndex);

You would use a distribution to set the shapeIndex.

You can also use a distributions to define the x, y, and z dimensions and set it with

  1. setsize(item, x, y, z);

conveyor-sorting-simulation_2.fsm


5 |100000

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