Fix extension line direction in isometric views
This commit is contained in:
committed by
Yorik van Havre
parent
75618d862e
commit
8ee01aaf68
@@ -157,6 +157,7 @@ public:
|
||||
virtual TopoDS_Shape getSourceShape(void) const;
|
||||
virtual std::vector<TopoDS_Shape> getShapesFromObject(App::DocumentObject* docObj) const;
|
||||
virtual TopoDS_Shape getSourceShapeFused(void) const;
|
||||
bool isIso(void) const;
|
||||
|
||||
protected:
|
||||
TechDrawGeometry::GeometryObject *geometryObject;
|
||||
@@ -175,7 +176,7 @@ protected:
|
||||
Base::Vector3d wDir; //paperspace Z
|
||||
Base::Vector3d shapeCentroid;
|
||||
void getRunControl(void);
|
||||
|
||||
|
||||
bool m_sectionEdges;
|
||||
bool m_handleFaces;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user