[TD]warn on skewed ComplexSection profile

This commit is contained in:
wandererfan
2023-06-18 12:11:55 -04:00
committed by WandererFan
parent 348ecf9b56
commit c6a244ee71
3 changed files with 55 additions and 4 deletions

View File

@@ -100,6 +100,8 @@ public Q_SLOTS:
private:
gp_Dir getFaceNormal(TopoDS_Face& face);
bool validateOffsetProfile(TopoDS_Wire profile, Base::Vector3d direction, double angleThresholdDeg) const;
std::pair<Base::Vector3d, Base::Vector3d> getSegmentEnds(TopoDS_Edge segment) const;
TopoDS_Shape m_toolFaceShape;
TopoDS_Shape m_alignResult;