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

IfcPositiveLengthMeasure() public méthode

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

Same methods

IfcPositiveLengthMeasure::IfcPositiveLengthMeasure ( string str ) : System
IfcPositiveLengthMeasure