Esempio n. 1
0
 public IfcRelDeclares(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcContext relatingContext, List <IfcDefinitionSelect> relatedDefinitions) : base(globalId, ownerHistory, name, description)
 {
     RelatingContext    = relatingContext;
     RelatedDefinitions = relatedDefinitions;
 }
Esempio n. 2
0
 /// <summary>
 /// Construct a IfcRelDeclares with all required attributes.
 /// </summary>
 public IfcRelDeclares(IfcGloballyUniqueId globalId, IfcContext relatingContext, List <IfcDefinitionSelect> relatedDefinitions) : base(globalId)
 {
     RelatingContext    = relatingContext;
     RelatedDefinitions = relatedDefinitions;
 }