[TD]Correct section view alignment

This commit is contained in:
wandererfan
2019-09-23 14:39:22 -04:00
committed by WandererFan
parent 58cf8587e2
commit d9fa2b3263
3 changed files with 113 additions and 16 deletions

View File

@@ -39,6 +39,7 @@ class Bnd_Box;
class gp_Pln;
class gp_Pnt;
class TopoDS_Face;
class gp_Ax2;
namespace TechDraw
{
@@ -84,7 +85,14 @@ public:
public:
std::vector<TechDraw::Face*> getFaceGeometry();
Base::Vector3d getSectionVector (const std::string sectionName);
gp_Ax2 rotateCSCardinal(gp_Ax2 oldCS, int cardinal);
gp_Ax2 rotateCSArbitrary(gp_Ax2 oldCS,
Base::Vector3d axis,
double degAngle) ;
gp_Ax2 getSectionCS (const std::string dirName);
TechDraw::DrawViewPart* getBaseDVP();
TechDraw::DrawProjGroupItem* getBaseDPGI();
virtual void unsetupObject();