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

IfcVolumetricFlowRateMeasure() public méthode

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