maxt, BuildPlugin_Interpolation::MAXT_ID(),
ModelAPI_AttributeDouble, /** max expression*/,
numstep, BuildPlugin_Interpolation::NUMSTEP_ID(),
- ModelAPI_AttributeInteger, /** Number step expression*/,
+ ModelAPI_AttributeInteger, /** Number of steps expression*/,
creationmethod, BuildPlugin_Interpolation::CREATION_METHOD_ID(),
ModelAPI_AttributeString, /** creation method*/)
return MY_EXPRESSION_ERROR_ID;
}
- /// Attribute name of number step.
+ /// Attribute name of number of steps.
inline static const std::string& NUMSTEP_ID()
{
static const std::string MY_NUMSTEP_ID("numstep");