From 754ebaba1f51e7b3c4413f581634da1b4d598b54 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 11 May 2020 17:24:56 +1000 Subject: [PATCH] Forgot to commit this --- .../bim/schema/IfcAnnotation_IFC4.json | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 src/ifcblenderexport/blenderbim/bim/schema/IfcAnnotation_IFC4.json diff --git a/src/ifcblenderexport/blenderbim/bim/schema/IfcAnnotation_IFC4.json b/src/ifcblenderexport/blenderbim/bim/schema/IfcAnnotation_IFC4.json new file mode 100644 index 0000000000..f6e6243478 --- /dev/null +++ b/src/ifcblenderexport/blenderbim/bim/schema/IfcAnnotation_IFC4.json @@ -0,0 +1,64 @@ +{ + "IfcAnnotation": { + "is_abstract": false, + "parent": "IfcProduct", + "attributes": [ + { + "name": "GlobalId", + "type": "IfcGloballyUniqueId", + "is_enum": false, + "enum_values": [] + }, + { + "name": "Name", + "type": "IfcLabel", + "is_enum": false, + "enum_values": [] + }, + { + "name": "Description", + "type": "IfcText", + "is_enum": false, + "enum_values": [] + }, + { + "name": "ObjectType", + "type": "IfcLabel", + "is_enum": false, + "enum_values": [] + } + ], + "complex_attributes": [ + { + "name": "OwnerHistory", + "type": "IfcOwnerHistory", + "is_select": false, + "select_types": [] + }, + { + "name": "IsDeclaredBy", + "type": "IfcRelDefinesByObject", + "is_select": false, + "select_types": [] + }, + { + "name": "IsTypedBy", + "type": "IfcRelDefinesByType", + "is_select": false, + "select_types": [] + }, + { + "name": "ObjectPlacement", + "type": "IfcObjectPlacement", + "is_select": false, + "select_types": [] + }, + { + "name": "Representation", + "type": "IfcProductRepresentation", + "is_select": false, + "select_types": [] + } + ] + } +} \ No newline at end of file