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

IfcLengthMeasure() public method

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