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

IfcSectionModulusMeasure() public method

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