Skip to content

Commit

Permalink
Add undefined IFC type data - this is special to freecad and not part…
Browse files Browse the repository at this point in the history
… of the IFC spec
  • Loading branch information
Moult authored and berndhahnebach committed Aug 20, 2019
1 parent ad4f4f0 commit ada3740
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/Mod/Arch/Presets/ifc_products_IFC2X3.json
Expand Up @@ -4007,5 +4007,11 @@
}
],
"complex_attributes": []
},
"IfcUndefined": {
"is_abstract": false,
"parent": "IfcObject",
"attributes": [],
"complex_attributes": []
}
}
}
8 changes: 7 additions & 1 deletion src/Mod/Arch/Presets/ifc_products_IFC4.json
Expand Up @@ -13265,5 +13265,11 @@
"type": "IfcProductRepresentation"
}
]
},
"IfcUndefined": {
"is_abstract": false,
"parent": "IfcObject",
"attributes": [],
"complex_attributes": []
}
}
}

0 comments on commit ada3740

Please sign in to comment.