示例#1
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>();
 }
示例#2
0
 public IfcConversionBasedUnit(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType, IfcLabel __Name, IfcMeasureWithUnit __ConversionFactor)
     : base(__Dimensions, __UnitType)
 {
     this._Name             = __Name;
     this._ConversionFactor = __ConversionFactor;
 }
示例#3
0
 public IfcSIUnit(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType, IfcSIPrefix?__Prefix, IfcSIUnitName __Name)
     : base(__Dimensions, __UnitType)
 {
     this._Prefix = __Prefix;
     this._Name   = __Name;
 }
 public IfcConversionBasedUnitWithOffset(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType, IfcLabel __Name, IfcMeasureWithUnit __ConversionFactor, IfcReal __ConversionOffset)
     : base(__Dimensions, __UnitType, __Name, __ConversionFactor)
 {
     this.ConversionOffset = __ConversionOffset;
 }
示例#5
0
 public IfcContextDependentUnit(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType, IfcLabel __Name)
     : base(__Dimensions, __UnitType)
 {
     this.Name = __Name;
     this.HasExternalReference = new HashSet <IfcExternalReferenceRelationship>();
 }
示例#6
0
 public IfcContextDependentUnit(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType, IfcLabel __Name)
     : base(__Dimensions, __UnitType)
 {
     this._Name = __Name;
 }
示例#7
0
 public IfcNamedUnit(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType)
 {
     this._Dimensions = __Dimensions;
     this._UnitType   = __UnitType;
 }
示例#8
0
 protected IfcNamedUnit(IfcDimensionalExponents __Dimensions, IfcUnitEnum __UnitType)
 {
     this.Dimensions = __Dimensions;
     this.UnitType   = __UnitType;
 }