Ejemplo n.º 1
0
 public IfcParameterValue(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 2
0
 public IfcWarpingMomentMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 3
0
 public IfcTorqueMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 4
0
 public IfcInductanceMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 5
0
 public IfcSolidAngleMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 17
0
 public IfcAngularVelocityMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcLinearStiffnessMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 19
0
 public IfcFrequencyMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 20
0
 public IfcLinearForceMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcHeatFluxDensityMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 22
0
 public IfcElectricResistanceMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 23
0
 public IfcCurvatureMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 24
0
 public IfcRotationalStiffnessMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 25
0
 public IfcIlluminanceMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 26
0
 public IfcDoseEquivalentMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 27
0
 public IfcTemperatureGradientMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
 public IfcPositivePlaneAngleMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 29
0
 public IfcThermalResistanceMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }
Ejemplo n.º 30
0
 public IfcMassMeasure(string val)
 {
     _theValue = IfcReal.ToDouble(val);
 }