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