Exemplo n.º 1
0
 public IfcMonetaryUnit(IfcLabel __Currency)
 {
     this.Currency = __Currency;
 }
 public IfcConversionBasedUnitWithOffset(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType, IfcLabel __Name, IfcMeasureWithUnit __ConversionFactor, IfcReal __ConversionOffset)
     : base(__Dimensions, __UnitType, __Name, __ConversionFactor)
 {
     this.ConversionOffset = __ConversionOffset;
 }
Exemplo n.º 3
0
 public IfcContextDependentUnit(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType, IfcLabel __Name)
     : base(__Dimensions, __UnitType)
 {
     this.Name = __Name;
     this.HasExternalReference = new HashSet <IfcExternalReferenceRelationship>();
 }
Exemplo n.º 4
0
 public IfcConversionBasedUnit(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType, IfcLabel __Name, IfcMeasureWithUnit __ConversionFactor)
     : base(__Dimensions, __UnitType)
 {
     this.Name                 = __Name;
     this.ConversionFactor     = __ConversionFactor;
     this.HasExternalReference = new HashSet <IfcExternalReferenceRelationship>();
 }
Exemplo n.º 5
0
 public IfcContextDependentUnit(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType, IfcLabel __Name)
     : base(__Dimensions, __UnitType)
 {
     this._Name = __Name;
 }
Exemplo n.º 6
0
 public IfcConversionBasedUnit(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType, IfcLabel __Name, IfcMeasureWithUnit __ConversionFactor)
     : base(__Dimensions, __UnitType)
 {
     this._Name             = __Name;
     this._ConversionFactor = __ConversionFactor;
 }