diff --git a/src/Mod/Part/App/TopoShape.cpp b/src/Mod/Part/App/TopoShape.cpp index eb234a1acdd7..c36ae81d6747 100644 --- a/src/Mod/Part/App/TopoShape.cpp +++ b/src/Mod/Part/App/TopoShape.cpp @@ -690,12 +690,10 @@ void TopoShape::write(const char *FileName) const void TopoShape::exportIges(const char *filename) const { - Interface_Static::SetCVal("write.iges.unit","IN"); try { // write iges file IGESControl_Controller::Init(); IGESControl_Writer aWriter; - //IGESControl_Writer aWriter(Interface_Static::CVal("write.iges.unit"), 1); aWriter.AddShape(this->_Shape); aWriter.ComputeModel(); QString fn = QString::fromUtf8(filename);