Beispiel #1
0
 public IfcRelAssignsToGroupByFactor(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcObjectDefinition> relatedObjects, IfcObjectTypeEnum relatedObjectsType, IfcGroup relatingGroup, IfcRatioMeasure factor) : base(globalId, ownerHistory, name, description, relatedObjects, relatedObjectsType, relatingGroup)
 {
     Factor = factor;
 }
 public IfcRelAssignsToGroup(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcObjectDefinition> relatedObjects, IfcObjectTypeEnum relatedObjectsType, IfcGroup relatingGroup) : base(globalId, ownerHistory, name, description, relatedObjects, relatedObjectsType)
 {
     RelatingGroup = relatingGroup;
 }
Beispiel #3
0
 /// <summary>
 /// Construct a IfcRelAssignsToGroupByFactor with all required attributes.
 /// </summary>
 public IfcRelAssignsToGroupByFactor(IfcGloballyUniqueId globalId, List <IfcObjectDefinition> relatedObjects, IfcGroup relatingGroup, IfcRatioMeasure factor) : base(globalId, relatedObjects, relatingGroup)
 {
     Factor = factor;
 }
 /// <summary>
 /// Construct a IfcRelAssignsToGroup with all required attributes.
 /// </summary>
 public IfcRelAssignsToGroup(IfcGloballyUniqueId globalId, List <IfcObjectDefinition> relatedObjects, IfcGroup relatingGroup) : base(globalId, relatedObjects)
 {
     RelatingGroup = relatingGroup;
 }