GeometryGym.Ifc.IfcPositiveLengthMeasure.IfcPositiveLengthMeasure C# (CSharp) Метод

IfcPositiveLengthMeasure() публичный Метод

public IfcPositiveLengthMeasure ( double value ) : System
value double
Результат System
		public IfcPositiveLengthMeasure(double value) { mValue = value; }
		internal IfcPositiveLengthMeasure(string str)

Same methods

IfcPositiveLengthMeasure::IfcPositiveLengthMeasure ( string str ) : System
IfcPositiveLengthMeasure