[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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user