Gets and sets the group of Occurrence and/or BRepBody objects that are part of this contact set.
# Get the value of the property.propertyValue = contactSet_var.occurencesAndBodies# Set the value of the property.contactSet_var.occurencesAndBodies = propertyValue
#include <Fusion/Components/ContactSet.h>// Get the value of the property.std::vector<Ptr<Base>> propertyValue = contactSet_var->occurencesAndBodies();// Set the value of the property, where value_var is a Base.bool returnValue = contactSet_var->occurencesAndBodies(value_var);