GeometryGym.Ifc.IfcMassDensityMeasure.IfcMassDensityMeasure C# (CSharp) Method

IfcMassDensityMeasure() public method

public IfcMassDensityMeasure ( double value ) : System
value double
return System
		public IfcMassDensityMeasure(double value) { mValue = value; }
		public override string ToString() { return "IFCMASSDENSITYMEASURE(" + ParserSTEP.DoubleToString(mValue) + ")"; }