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