[TD]Fix section of section

This commit is contained in:
wandererfan
2023-08-20 09:25:33 -04:00
committed by WandererFan
parent a51e46775f
commit 44c40067b2
3 changed files with 8 additions and 4 deletions

View File

@@ -153,6 +153,7 @@ public:
std::vector<PATLineSpec> getDecodedSpecsFromFile(std::string fileSpec, std::string myPattern);
TopoDS_Shape getCutShape() const { return m_cutShape; }
TopoDS_Shape getCutShapeRaw() const { return m_cutShapeRaw; }
TopoDS_Shape getShapeForDetail() const override;
@@ -182,7 +183,8 @@ protected:
int prefCutSurface() const;
bool trimAfterCut() const;
TopoDS_Shape m_cutShape;
TopoDS_Shape m_cutShape; // centered, scaled, rotated result of cut
TopoDS_Shape m_cutShapeRaw; // raw result of cut w/o center/scale/rotate
void onDocumentRestored() override;
void setupObject() override;