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; }
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; }
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; }
public IfcRelProjectsElement(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcElement relatingElement, IfcFeatureElementAddition relatedFeatureElement) : base(globalId, ownerHistory, name, description) { RelatingElement = relatingElement; RelatedFeatureElement = relatedFeatureElement; }