From 538419a23ff571ccfae05b8791c790f42d3e907f Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 17 Apr 2022 12:19:20 +1000 Subject: [PATCH] #1153 New markers and patterns for insulation batting, steel, and wood grain --- src/blenderbim/blenderbim/bim/data/styles/default.css | 10 +++++++++- .../blenderbim/bim/data/templates/markers.svg | 4 ++++ .../blenderbim/bim/data/templates/patterns.svg | 7 +++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/blenderbim/blenderbim/bim/data/styles/default.css b/src/blenderbim/blenderbim/bim/data/styles/default.css index 2a5aadf779..4d52799fb2 100644 --- a/src/blenderbim/blenderbim/bim/data/styles/default.css +++ b/src/blenderbim/blenderbim/bim/data/styles/default.css @@ -25,7 +25,8 @@ text { fill: black; stroke: none; } .annotation { fill: none; stroke: black; stroke-linecap: 'round'; stroke-width: 0.25; } .solid {} .IfcAnnotation { fill: none; stroke: black; stroke-linecap: 'round'; stroke-width: 0.25; } -.PredefinedType-MISC { fill: red; stroke: blue; stroke-width: 1; } +.PredefinedType-MISC { stroke: black; stroke-width: 0.25; } +.PredefinedType-BACKGROUND { stroke: black; stroke-width: 0.18; } .PredefinedType-GRID { marker-start: url(#grid-marker); marker-end: url(#grid-marker); } .PredefinedType-SECTIONLEVEL { marker-start: url(#section-level-marker); stroke-dasharray: 12.5, 3, 3, 3; } .PredefinedType-PLANLEVEL { marker-end: url(#plan-level-marker); } @@ -33,6 +34,8 @@ text { fill: black; stroke: none; } .PredefinedType-HIDDENLINE { stroke-dasharray: 3, 2; } .PredefinedType-STAIR { marker-start: url(#stair-marker-start); marker-end: url(#stair-marker-end); } .PredefinedType-BOUNDARY { fill: none; stroke: red; stroke-width: 1; stroke-dasharray: 12, 4, 3, 4, 3, 4; } +.PredefinedType-BATTING { marker-start: url(#batting); stroke: none; } +.PredefinedType-SEALANT { fill: url(#crosshatch1); stroke-width: 0.25; } .PredefinedType-TEXT { fill: black; stroke: none; } path.PredefinedType-TEXTLEADER { marker-end: url(#leader-marker); } text.PredefinedType-TEXTLEADER { fill: black; stroke: none; } @@ -54,3 +57,8 @@ text.PredefinedType-TEXTLEADER { fill: black; stroke: none; } .material-sand { fill: url(#sand); } .material-concrete { fill: url(#concrete); stroke-width: 0.5; } .IfcSpace { fill: none; stroke: none; } +.PredefinedType-STUD { stroke: black; stroke-width: 1; } +.PredefinedType-WOOD { fill: url(#wood); stroke: black; stroke-width: 0.5; } +.PredefinedType-STEEL { fill: url(#steel); stroke: black; stroke-width: 0.5; } +.PredefinedType-CONCRETE { fill: url(#concrete); stroke: black; stroke-width: 0.5; } +.PredefinedType-PLASTERBOARD { fill: url(#sand); stroke: black; stroke-width: 0.25; } diff --git a/src/blenderbim/blenderbim/bim/data/templates/markers.svg b/src/blenderbim/blenderbim/bim/data/templates/markers.svg index 3ba0be893a..a62a65dc4d 100644 --- a/src/blenderbim/blenderbim/bim/data/templates/markers.svg +++ b/src/blenderbim/blenderbim/bim/data/templates/markers.svg @@ -1,5 +1,9 @@ + + + + diff --git a/src/blenderbim/blenderbim/bim/data/templates/patterns.svg b/src/blenderbim/blenderbim/bim/data/templates/patterns.svg index 3a9ea5c53c..fffeff04e7 100644 --- a/src/blenderbim/blenderbim/bim/data/templates/patterns.svg +++ b/src/blenderbim/blenderbim/bim/data/templates/patterns.svg @@ -3,6 +3,10 @@ + + + + @@ -80,6 +84,9 @@ + + +