示例#1
0
 public IfcCrewResourceType(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcIdentifier applicableOccurrence, List <IfcPropertySetDefinition> hasPropertySets, IfcIdentifier identification, IfcText longDescription, IfcLabel resourceType, List <IfcAppliedValue> baseCosts, IfcPhysicalQuantity baseQuantity, IfcCrewResourceTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, applicableOccurrence, hasPropertySets, identification, longDescription, resourceType, baseCosts, baseQuantity)
 {
     PredefinedType = predefinedType;
 }
示例#2
0
 public IfcResourceObjectSelect(IfcPhysicalQuantity choice)
 {
     this.choice = choice;
 }
 public IfcConstructionResourceType(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcIdentifier applicableOccurrence, List <IfcPropertySetDefinition> hasPropertySets, IfcIdentifier identification, IfcText longDescription, IfcLabel resourceType, List <IfcAppliedValue> baseCosts, IfcPhysicalQuantity baseQuantity) : base(globalId, ownerHistory, name, description, applicableOccurrence, hasPropertySets, identification, longDescription, resourceType)
 {
     BaseCosts    = baseCosts;
     BaseQuantity = baseQuantity;
 }
 public IfcConstructionResource(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcIdentifier identification, IfcText longDescription, IfcResourceTime usage, List <IfcAppliedValue> baseCosts, IfcPhysicalQuantity baseQuantity) : base(globalId, ownerHistory, name, description, objectType, identification, longDescription)
 {
     Usage        = usage;
     BaseCosts    = baseCosts;
     BaseQuantity = baseQuantity;
 }
 public IfcConstructionEquipmentResource(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcIdentifier identification, IfcText longDescription, IfcResourceTime usage, List <IfcAppliedValue> baseCosts, IfcPhysicalQuantity baseQuantity, IfcConstructionEquipmentResourceTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, identification, longDescription, usage, baseCosts, baseQuantity)
 {
     PredefinedType = predefinedType;
 }