17 OpenSim_DECLARE_PROPERTY(parameter_name, std::string,
"The name of the scaling parameter that should have its default overridden.");
18 OpenSim_DECLARE_PROPERTY(parameter_value,
ScalingParameterValue,
"The value to override the scaling parameter with. Note: it must have the correct datatype for the given scaling parameter.");
22 constructProperty_parameter_name(
"unknown");
23 constructProperty_parameter_value(1.0);
28 constructProperty_parameter_name(name);
29 constructProperty_parameter_value(value);