GeometryGym.Ifc.IfcEvaporator.Parse C# (CSharp) Method

Parse() static private method

static private Parse ( string strDef ) : IfcEvaporator
strDef string
return 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()