[TD]respect AutoDistribute on load
This commit is contained in:
committed by
WandererFan
parent
2c19c29d3c
commit
80d5e9a0b8
@@ -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;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user