TechDraw: Enable snapping section views to their base views.

This commit is contained in:
PaddleStroke
2024-04-29 12:19:04 +02:00
committed by WandererFan
parent f0ebd62637
commit 127ee90cec
5 changed files with 77 additions and 23 deletions

View File

@@ -165,6 +165,7 @@ public:
static const char* CutSurfaceEnums[];
virtual std::pair<Base::Vector3d, Base::Vector3d> sectionLineEnds();
Base::Vector3d getSectionDirectionOnBaseView();
virtual ChangePointVector getChangePointsFromSectionLine();
bool showSectionEdges(void);