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

IfcMassFlowRateMeasure() public method

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