Would anyone else be interested in the following?
Thinking if this is a good workflow, would start a funding campaign to drum up funding to write this script in Inkscape.
Maybe inkscape can process a json (or markdown, or csv) like the following
[
{
"IfcClass": "IfcWall",
"PredefinedType": "ELEMENTEDWALL",
"Layer_Name": "A-WALL",
"Layer_Color": "2",
"Layer_Lineweight": ".25 mm",
"Layer_LineType": "Continuous"
},
{
"IfcClass": "IfcWindow",
"PredefinedType": "SKYLIGHT",
"Layer_Name": "A-WINDOW",
"Layer_Color": "3",
"Layer_Lineweight": ".15 mm",
"Layer_LineType": "Continuous"
}
]
or...
| IfcClass | PredefinedType | Layer_Name | Layer_Color | Layer_Lineweight | Layer_LineType |
| -------- | -------------- | ---------- | ----------- | ---------------- | -------------- |
| IfcWall | ELEMENTEDWALL | A-WALL | 2 | .25 mm | Continuous |
| IfcWindow | SKYLIGHT | A-WINDOW | 3 | .15 mm | Continuous |
Thoughts? additions? modifications?