The Class IfdSimpleRelationship.
| name | data type | description |
|---|---|---|
| guid | string | Gets the guid of the object. This is formated according to the Ifc specifications. |
| contextGuids | array of string | Gets the context guids. |
| relationshipType | IfdRelationshipTypeEnum | Gets the relationship type. |
| parentGuid | string | Gets the parent guid. |
| childGuid | string | Gets the child guid. |
Example
{
"guid" : "...",
"contextGuids" : [ "...", "..." ],
"relationshipType" : "COMPOSES",
"parentGuid" : "...",
"childGuid" : "..."
}