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

IfcSpecularExponent() public méthode

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