Disabling objects to be selected in 3D world

Hello team of VC,

when configurating a layout in VC we often use 2D cad files (.dwg) as reference for objects our customers supply to us. This includes the room layout for a new concept such as walls, pillars or just the avaible floor surface, but also objects that we need to include into the process when making a concept. So we often have this dwg on z=0 all the time. When we select objects (e.g. robots) we often select unintentionally the dwg file on the floor. Is there a way to make certain objects “unselectable”, like the lock in the cell graph where you can make objects unmoveable?

Best wishes.

  • Simulant

Could you just lock and hide the drawing when it is not needed?
Another option is to use the Focus mode when e.g. programming robots to temporarily focus on a particular area of the simulation necessary for the task.

Hello TSy,

Both approaches result in not seeing the floor layout any more. We are often in the situation that we need the it all the time. Another option would be to rebuild all important structure with basic shapes and walls. But this would take several days considering some floor layouts with a level of detail.

Thank you.

Focus mode doesn’t necessarily hide the parts that are not in focus, just disable selecting them from the 3D viewport. You can set the transparency from the settings.

edit: Now remembered that selection from 3D world and snapping can also be disabled per geometry feature:
https://help.visualcomponents.com/4.10/Premium/en/Python_API/vcGeometryFeature.htm?rhhlterm=pickable&rhsearch=pickable

You can set the feature Pickable = False so it cannot be selected in the 3D world.

2 Likes

Thank you very much, I was exactly looking for such a feature

1 Like