+ change between AP203 and AP214 schemes

This commit is contained in:
wmayer
2014-10-30 13:07:25 +01:00
parent a23432dafc
commit aad7e9fb07
3 changed files with 58 additions and 2 deletions

View File

@@ -324,6 +324,9 @@ void PartExport initPart()
Interface_Static::SetCVal("write.step.unit","MM");
break;
}
std::string ap = hStepGrp->GetASCII("Scheme", Interface_Static::CVal("write.step.schema"));
Interface_Static::SetCVal("write.step.schema", ap.c_str());
}
} // extern "C"