question

Skovdestudents avatar image
0 Likes"
Skovdestudents asked Skovdestudents commented

Remove all 3D-objects

Hello im trying to create a processflow that:

1. Simulation starts

2. Destroys all objects (queue, processor etc.)

3. Create objects from a table (solved)


But the first run or if some changes are made in the table I need this "destroy function" to find all objects in the model and return or destroy them all without referencing to a table, specific object or name.

Any ideas on how to solve this?

Kind regards

FlexSim 23.0.5
object
5 |100000

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

Jason Lightfoot avatar image
2 Likes"
Jason Lightfoot answered Skovdestudents commented
  1. Table.query("DELETE  FROM Objects()")
· 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
1 Like"
Joerg Vogel answered Skovdestudents commented

I would build all object in a container. This can be a plane. Then I can destroy the content of the container node!

· 5
5 |100000

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