const bool theMaterials,
const bool theColor)
{
- fillAttribute(theFilePath, mystepfilePath);
- fillAttribute("STEP", myimporttype);
- fillAttribute(theScalInterUnits, myscalinterunits);
+ fillAttribute(theFilePath, mystepFilePath);
+ fillAttribute("STEP", myimportType);
+ fillAttribute(theScalInterUnits, myscalInterUnits);
fillAttribute(theMaterials,mymaterials);
fillAttribute(theColor,mycolors);
execute();
setParameters(theFilePath,true,false,false);
}else{
fillAttribute(theFilePath, myfilePath);
- fillAttribute(anExtension, myimporttype);
+ fillAttribute(anExtension, myimportType);
execute();
}
}
theDumper << aBase << " = model.addImportStep(" << aPartName << ", \""
<< aFilePath << "\"" ;
- theDumper << ", " << scalinterunits()->value()
+ theDumper << ", " << scalInterUnits()->value()
<< ", " << materials()->value()
<< ", " << colors()->value() << ")"<< std::endl;
}else{
INTERFACE_6(ExchangePlugin_ImportFeature::ID(),
filePath, ExchangePlugin_ImportFeature::FILE_PATH_ID(),
ModelAPI_AttributeString, /** File path */,
- importtype, ExchangePlugin_ImportFeature::IMPORT_TYPE_ID(),
+ importType, ExchangePlugin_ImportFeature::IMPORT_TYPE_ID(),
ModelAPI_AttributeString, /**import type */,
- stepfilePath, ExchangePlugin_ImportFeature::STEP_FILE_PATH_ID(),
+ stepFilePath, ExchangePlugin_ImportFeature::STEP_FILE_PATH_ID(),
ModelAPI_AttributeString, /**step File path */,
- scalinterunits, ExchangePlugin_ImportFeature::STEP_SCALE_INTER_UNITS_ID(),
+ scalInterUnits, ExchangePlugin_ImportFeature::STEP_SCALE_INTER_UNITS_ID(),
ModelAPI_AttributeBoolean, /** Scale internationals units */,
materials, ExchangePlugin_ImportFeature::STEP_MATERIALS_ID(),
ModelAPI_AttributeBoolean, /** Materials */,