Property that returns all of the side faces of the hole.
# Get the value of the property.propertyValue = holeFeature_var.sideFaces
#include <Fusion/Features/HoleFeature.h>// Get the value of the property.Ptr<BRepFaces> propertyValue = holeFeature_var->sideFaces();