Returns the collection of model parameters in the Component.
# Get the value of the property.propertyValue = component_var.modelParameters
#include <Fusion/Components/Component.h>// Get the value of the property.Ptr<ModelParameters> propertyValue = component_var->modelParameters();