GeometryGym.Ifc.IfcThermalExpansionCoefficientMeasure.IfcThermalExpansionCoefficientMeasure C# (CSharp) 메소드

IfcThermalExpansionCoefficientMeasure() 공개 메소드

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