[TD]respect AutoDistribute on load

This commit is contained in:
Wanderer Fan
2022-07-23 13:44:36 -04:00
committed by WandererFan
parent 2c19c29d3c
commit 80d5e9a0b8
7 changed files with 95 additions and 78 deletions

View File

@@ -100,7 +100,7 @@ public:
void makeSectionCut(TopoDS_Shape &baseShape);
void postHlrTasks(void) override;
void waitingForCut(bool s) { m_waitingForCut = s; }
bool waitingForCut(void) { return m_waitingForCut; }
bool waitingForCut(void) const { return m_waitingForCut; }
std::vector<TechDraw::FacePtr> getTDFaceGeometry() {return tdSectionFaces;}