12-18-2018, 09:30 PM
I'm simulating a system we are designing that has two robots and stacks of tray objects.
我想提高显示性能,have set Best Performance and enabled use GPU arrays.
While doing this I noticed the Simplify Object button.
I would like to perform this process on all objects in the station without having to click each item individually.
Can this be achieved? If not could this menu be modified to allow multi select? or could a method be added to the Python API?
object_list = RDK.ItemList(ITEM_TYPE_OBJECT)
for object in object_list:
object.Simplify()
我想提高显示性能,have set Best Performance and enabled use GPU arrays.
While doing this I noticed the Simplify Object button.
I would like to perform this process on all objects in the station without having to click each item individually.
Can this be achieved? If not could this menu be modified to allow multi select? or could a method be added to the Python API?
object_list = RDK.ItemList(ITEM_TYPE_OBJECT)
for object in object_list:
object.Simplify()