Color for Drawing views of Arch section planes (pull request)

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
simsiem
Posts: 46
Joined: Tue Feb 02, 2016 7:19 am

Color for Drawing views of Arch section planes (pull request)

Post by simsiem »

Hi all,

I extended ArchDrawingView (renders Arch section planes on Drawing and TechDraw pages) to have user properties for the line color and the fill color. Such properties are already available for Draft's Shape2DView but were missing for Drawing pages.

This patch makes the SVG style of ProjectAlgos::getSVG configurable too.

There is a pull request at https://github.com/FreeCAD/FreeCAD/pull/702. It gives further details.

Best regards
Simon

---
OS: Ubuntu 14.04.5 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.10887 +2 (Git)
Build type: Release
Branch: color-for-ArchDrawingView
Hash: 7b7ab1863ad709adf308409ba1f1348dc0f2f2ec
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 7.1.0
Post Reply