public IfcRelDefinesByTemplate(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcPropertySetDefinition> relatedPropertySets, IfcPropertySetTemplate relatingTemplate) : base(globalId, ownerHistory, name, description)
 {
     RelatedPropertySets = relatedPropertySets;
     RelatingTemplate    = relatingTemplate;
 }
 /// <summary>
 /// Construct a IfcRelDefinesByTemplate with all required attributes.
 /// </summary>
 public IfcRelDefinesByTemplate(IfcGloballyUniqueId globalId, List <IfcPropertySetDefinition> relatedPropertySets, IfcPropertySetTemplate relatingTemplate) : base(globalId)
 {
     RelatedPropertySets = relatedPropertySets;
     RelatingTemplate    = relatingTemplate;
 }