Esempio n. 1
0
 public IfcRelAssignsToProduct(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcObjectDefinition> relatedObjects, IfcObjectTypeEnum relatedObjectsType, IfcProductSelect relatingProduct) : base(globalId, ownerHistory, name, description, relatedObjects, relatedObjectsType)
 {
     RelatingProduct = relatingProduct;
 }
Esempio n. 2
0
 /// <summary>
 /// Construct a IfcRelAssignsToProduct with all required attributes.
 /// </summary>
 public IfcRelAssignsToProduct(IfcGloballyUniqueId globalId, List <IfcObjectDefinition> relatedObjects, IfcProductSelect relatingProduct) : base(globalId, relatedObjects)
 {
     RelatingProduct = relatingProduct;
 }