[TD]allow rotation of hatch directions

- faces can have their svg and bitmap hatches rotated to match
  the view rotation or special situations
- section cut face can have svg hatch rotated
This commit is contained in:
wandererfan
2022-11-30 21:56:09 -05:00
committed by WandererFan
parent 53804d7e4d
commit 276e6c45b9
17 changed files with 419 additions and 139 deletions

View File

@@ -99,7 +99,8 @@ void ViewProviderViewSection::updateData(const App::Property* prop)
if (prop == &(getViewObject()->FileHatchPattern) ||
prop == &(getViewObject()->CutSurfaceDisplay) ||
prop == &(getViewObject()->NameGeomPattern) ||
prop == &(getViewObject()->HatchScale) ) {
prop == &(getViewObject()->HatchScale) ||
prop == &(getViewObject()->HatchRotation) ) {
updateGraphic();
}