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

IfcMomentOfInertiaMeasure() public method

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