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