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

Parse() статический приватный Метод

static private Parse ( string strDef ) : IfcElementAssembly
strDef string
Результат IfcElementAssembly
		internal static IfcElementAssembly Parse(string strDef) { IfcElementAssembly a = new IfcElementAssembly(); int ipos = 0; parseFields(a, ParserSTEP.SplitLineFields(strDef), ref ipos); return a; }
		internal static void parseFields(IfcElementAssembly a, List<string> arrFields, ref int ipos)