Returns an array of the construction planes associated with this base feature.
# Get the value of the property.propertyValue = baseFeature_var.constructionPlanes
#include <Fusion/Features/BaseFeature.h>// Get the value of the property.std::vector<Ptr<ConstructionPlane>> propertyValue = baseFeature_var->constructionPlanes();