public IfcRelAssociatesDocument(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcDefinitionSelect> relatedObjects, IfcDocumentSelect relatingDocument) : base(globalId, ownerHistory, name, description, relatedObjects)
 {
     RelatingDocument = relatingDocument;
 }
 /// <summary>
 /// Construct a IfcRelAssociatesDocument with all required attributes.
 /// </summary>
 public IfcRelAssociatesDocument(IfcGloballyUniqueId globalId, List <IfcDefinitionSelect> relatedObjects, IfcDocumentSelect relatingDocument) : base(globalId, relatedObjects)
 {
     RelatingDocument = relatingDocument;
 }