Files
IfcOpenShell/src
Andrej730 6e290d585e Ifc CSV Export template now also saves the expression #3034
Previously saved templates wouldn't work now, they need to be either recreated or modified to make them work.

Example of old template format:
`["Name", "class", "type.Name"]`

Example of new template format:
`{"expression": ".IfcDoor", "attributes": ["Name", "class", "type.Name"]}`

Note that this would work too:
`{"attributes": ["Name", "class", "type.Name"]}`
2024-04-15 09:56:51 +02:00
..
2023-01-15 07:23:42 +11:00
2024-02-18 12:06:02 +01:00
2023-03-22 11:17:14 +01:00