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

IfcMassPerLengthMeasure() public method

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