implementing Plane visual

This commit is contained in:
jriegel
2016-04-12 18:11:44 +02:00
committed by Stefan Tröger
parent ed5a055444
commit 4f0f3e8c94
6 changed files with 21 additions and 83 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) Jürgen Riegel ([email protected]) 2002 *
* Copyright (c) Juergen Riegel ([email protected]) 2002 *
* *
* This file is part of the FreeCAD CAx development system. *
* *
@@ -45,7 +45,7 @@ GeoFeature::GeoFeature(void)
GeoFeature::~GeoFeature(void)
{
}
}
void GeoFeature::transformPlacement(const Base::Placement &transform)
{