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

IfcVolumetricFlowRateMeasure() public method

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