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

IfcVolumetricFlowRateMeasure() 공개 메소드

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