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

IfcMomentOfInertiaMeasure() 공개 메소드

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