GeometryGym.Ifc.IfcPositiveLengthMeasure.IfcPositiveLengthMeasure C# (CSharp) Method

IfcPositiveLengthMeasure() public method

public IfcPositiveLengthMeasure ( double value ) : System
value double
return System
		public IfcPositiveLengthMeasure(double value) { mValue = value; }
		internal IfcPositiveLengthMeasure(string str)

Same methods

IfcPositiveLengthMeasure::IfcPositiveLengthMeasure ( string str ) : System
IfcPositiveLengthMeasure