Property that returns all of the faces created around the perimeter of the feature.
# Get the value of the property.propertyValue = revolveFeature_var.sideFaces
#include <Fusion/Features/RevolveFeature.h>// Get the value of the property.Ptr<BRepFaces> propertyValue = revolveFeature_var->sideFaces();