GeometryGym.Ifc.IfcEvaporator.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string strDef ) : IfcEvaporator
strDef string
Résultat IfcEvaporator
		internal new static IfcEvaporator Parse(string strDef) { IfcEvaporator s = new IfcEvaporator(); int ipos = 0; parseFields(s, ParserSTEP.SplitLineFields(strDef), ref ipos); return s; }
		protected override string BuildStringSTEP()