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