Gets and sets the surface geometry associated with this face definition.
# Get the value of the property.propertyValue = bRepFaceDefinition_var.surfaceGeometry# Set the value of the property.bRepFaceDefinition_var.surfaceGeometry = propertyValue
#include <Fusion/BRep/BRepFaceDefinition.h>// Get the value of the property.Ptr<Surface> propertyValue = bRepFaceDefinition_var->surfaceGeometry();// Set the value of the property, where value_var is a Surface.bool returnValue = bRepFaceDefinition_var->surfaceGeometry(value_var);