[TD]Py Cosmetic Vertex, Line, Circle Arc

This commit is contained in:
wandererfan
2019-06-10 15:48:56 -04:00
committed by WandererFan
parent 092aaf17e8
commit 5970e91ef2
48 changed files with 1529 additions and 840 deletions

View File

@@ -40,7 +40,7 @@ class gp_Pln;
class gp_Pnt;
class TopoDS_Face;
namespace TechDrawGeometry
namespace TechDraw
{
class Face;
}
@@ -83,7 +83,7 @@ public:
}
public:
std::vector<TechDrawGeometry::Face*> getFaceGeometry();
std::vector<TechDraw::Face*> getFaceGeometry();
Base::Vector3d getSectionVector (const std::string sectionName);
TechDraw::DrawViewPart* getBaseDVP();
TechDraw::DrawProjGroupItem* getBaseDPGI();