Returns the plane the profile is defined in. Profiles are always planar and exist within a single plane.
# Get the value of the property.propertyValue = profile_var.plane
#include <Fusion/Sketch/Profile.h>// Get the value of the property.Ptr<Plane> propertyValue = profile_var->plane();