Property that returns all of the side faces (i.e. those running through the sections) of the feature.
# Get the value of the property.propertyValue = loftFeature_var.sideFaces
#include <Fusion/Features/LoftFeature.h>// Get the value of the property.Ptr<BRepFaces> propertyValue = loftFeature_var->sideFaces();