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

IfcLengthMeasure() 공개 메소드

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