Esempio n. 1
0
 public IfcEngineType(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcIdentifier applicableOccurrence, List <IfcPropertySetDefinition> hasPropertySets, List <IfcRepresentationMap> representationMaps, IfcLabel tag, IfcLabel elementType, IfcEngineTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, applicableOccurrence, hasPropertySets, representationMaps, tag, elementType)
 {
     PredefinedType = predefinedType;
 }
Esempio n. 2
0
 public IfcFlowMeter(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcIdentifier tag, IfcFlowMeterTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, objectPlacement, representation, tag)
 {
     PredefinedType = predefinedType;
 }
Esempio n. 3
0
 public IfcComplexPropertyTemplate(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel usageName, IfcComplexPropertyTemplateTypeEnum templateType, List <IfcPropertyTemplate> hasPropertyTemplates) : base(globalId, ownerHistory, name, description)
 {
     UsageName            = usageName;
     TemplateType         = templateType;
     HasPropertyTemplates = hasPropertyTemplates;
 }
Esempio n. 4
0
 public IfcRelProjectsElement(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcElement relatingElement, IfcFeatureElementAddition relatedFeatureElement) : base(globalId, ownerHistory, name, description)
 {
     RelatingElement       = relatingElement;
     RelatedFeatureElement = relatedFeatureElement;
 }