public IfcElectricalBaseProperties(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcEnergySequenceEnum?__EnergySequence, IfcLabel?__UserDefinedEnergySequence, IfcElectricCurrentEnum?__ElectricCurrentType, IfcElectricVoltageMeasure __InputVoltage, IfcFrequencyMeasure __InputFrequency, IfcElectricCurrentMeasure?__FullLoadCurrent, IfcElectricCurrentMeasure?__MinimumCircuitCurrent, IfcPowerMeasure?__MaximumPowerInput, IfcPowerMeasure?__RatedPowerInput, Int64 __InputPhase) : base(__GlobalId, __OwnerHistory, __Name, __Description, __EnergySequence, __UserDefinedEnergySequence) { this._ElectricCurrentType = __ElectricCurrentType; this._InputVoltage = __InputVoltage; this._InputFrequency = __InputFrequency; this._FullLoadCurrent = __FullLoadCurrent; this._MinimumCircuitCurrent = __MinimumCircuitCurrent; this._MaximumPowerInput = __MaximumPowerInput; this._RatedPowerInput = __RatedPowerInput; this._InputPhase = __InputPhase; }
public IfcSoundValue(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcTimeSeries __SoundLevelTimeSeries, IfcFrequencyMeasure __Frequency, IfcDerivedMeasureValue __SoundLevelSingleValue) : base(__GlobalId, __OwnerHistory, __Name, __Description) { this._SoundLevelTimeSeries = __SoundLevelTimeSeries; this._Frequency = __Frequency; this._SoundLevelSingleValue = __SoundLevelSingleValue; }