Skip to content

Commit

Permalink
+ fixes #1630: IGES-Export in [mm] turns to [Inches]
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 23, 2014
1 parent dfea020 commit 841b4fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Mod/Part/App/TopoShape.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 841b4fa

Please sign in to comment.