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

IfcRatioMeasure() public method

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