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

IfcLinearVelocityMeasure() public méthode

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