[TechDraw] Issue #6527 - Implement face transparency

This commit is contained in:
pavltom
2023-11-08 11:37:36 +01:00
committed by WandererFan
parent 65c88376f8
commit 4c888b6afe
8 changed files with 60 additions and 36 deletions

View File

@@ -60,6 +60,8 @@ public:
App::PropertyColor HighlightLineColor;
App::PropertyFloat HighlightAdjust;
App::PropertyBool ShowAllEdges;
App::PropertyColor FaceColor;
App::PropertyPercent FaceTransparency;
static const char* LineStyleEnums[];