ProjectionAlgo & DrawingExport renames

This commit is contained in:
WandererFan
2016-01-15 13:36:28 -05:00
committed by wmayer
parent 9a7f6b33b6
commit 2fbc4025cd
55 changed files with 294 additions and 633 deletions

View File

@@ -37,7 +37,7 @@ namespace TechDraw
/** Base class of all View Features in the drawing module
*/
class DrawingExport DrawViewSection : public DrawViewPart
class TechDrawExport DrawViewSection : public DrawViewPart
{
PROPERTY_HEADER(Part::DrawViewSection);
@@ -65,7 +65,7 @@ public:
}
public:
void getSectionSurface(std::vector<DrawingGeometry::Face *> &sectionFace) const;
void getSectionSurface(std::vector<TechDrawGeometry::Face *> &sectionFace) const;
protected:
TopoDS_Shape result;