Beispiel #1
0
 public IfcRelDefinesByProperties(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcObjectDefinition> relatedObjects, IfcPropertySetDefinitionSelect relatingPropertyDefinition) : base(globalId, ownerHistory, name, description)
 {
     RelatedObjects             = relatedObjects;
     RelatingPropertyDefinition = relatingPropertyDefinition;
 }
Beispiel #2
0
 /// <summary>
 /// Construct a IfcRelDefinesByProperties with all required attributes.
 /// </summary>
 public IfcRelDefinesByProperties(IfcGloballyUniqueId globalId, List <IfcObjectDefinition> relatedObjects, IfcPropertySetDefinitionSelect relatingPropertyDefinition) : base(globalId)
 {
     RelatedObjects             = relatedObjects;
     RelatingPropertyDefinition = relatingPropertyDefinition;
 }