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

IfcSectionModulusMeasure() public méthode

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