Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 20.1.1 ]
I want to add a model to the collision group. Is there any way to quickly add it?
Solved! Go to Solution.
[ FlexSim 20.1.1 ]
I want to add a model to the collision group. Is there any way to quickly add it?
Solved! Go to Solution.
No. The only way currently to add collision members through the UI is by adding them one at a time.
Each collision check event loops through each collision member for each collision object. This will be very slow if you have too many collision members. You should minimize the amount of members that you check against for performance purposes. Only add the necessary objects, as few as possible.
Starting in FlexSim 2020 Update 2, this old slow Collision checking mechanism has been removed and replaced with a new Agent module that can be used for proximity detection. The new Agent module can add multiple selected objects at once through its UI.