Beispiel #1
0
 /// <summary>
 /// Construct a IfcRelAggregates with all required attributes.
 /// </summary>
 public IfcRelAggregates(IfcGloballyUniqueId globalId, IfcObjectDefinition relatingObject, List <IfcObjectDefinition> relatedObjects) : base(globalId)
 {
     RelatingObject = relatingObject;
     RelatedObjects = relatedObjects;
 }
Beispiel #2
0
 public IfcRelAggregates(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcObjectDefinition relatingObject, List <IfcObjectDefinition> relatedObjects) : base(globalId, ownerHistory, name, description)
 {
     RelatingObject = relatingObject;
     RelatedObjects = relatedObjects;
 }
 public IfcDefinitionSelect(IfcObjectDefinition choice)
 {
     this.choice = choice;
 }