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

IfcEnergyMeasure() public méthode

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