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

Parse() static private méthode

static private Parse ( string strDef ) : IfcElementAssembly
strDef string
Résultat 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)