GeometryGym.Ifc.IfcMomentOfInertiaMeasure.IfcMomentOfInertiaMeasure C# (CSharp) Méthode

IfcMomentOfInertiaMeasure() public méthode

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