public IfcParameterValue(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#2
0
 public IfcWarpingMomentMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#3
0
 public IfcTorqueMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcInductanceMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcSolidAngleMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#6
0
 public IfcLuminousFluxMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcSpecificHeatCapacityMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcMagneticFluxMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#9
0
 public IfcRadioActivityMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcThermodynamicTemperatureMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcModulusOfSubgradeReactionMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#12
0
 public IfcSoundPressureMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcMoistureDiffusivityMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcThermalConductivityMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcAmountOfSubstanceMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcPositiveLengthMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#17
0
 public IfcAngularVelocityMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcLinearStiffnessMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcFrequencyMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#20
0
 public IfcLinearForceMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcHeatFluxDensityMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#22
0
 public IfcElectricResistanceMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcCurvatureMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#24
0
 public IfcRotationalStiffnessMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcIlluminanceMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#26
0
 public IfcDoseEquivalentMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#27
0
 public IfcTemperatureGradientMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcPositivePlaneAngleMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#29
0
 public IfcThermalResistanceMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
示例#30
0
 public IfcMassMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }