GeometryGym.Ifc.IfcThermalExpansionCoefficientMeasure.IfcThermalExpansionCoefficientMeasure C# (CSharp) Méthode

IfcThermalExpansionCoefficientMeasure() public méthode

public IfcThermalExpansionCoefficientMeasure ( double value ) : System
value double
Résultat System
		public IfcThermalExpansionCoefficientMeasure(double value) { mValue = value; }
		public override string ToString() { return "IFCTHERMALEXPANSIONCOEFFICIENTMEASURE(" + ParserSTEP.DoubleToString(mValue) + ")"; }
IfcThermalExpansionCoefficientMeasure