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

Parse() static private méthode

static private Parse ( string strDef ) : IfcElementAssemblyType
strDef string
Résultat IfcElementAssemblyType
		internal new static IfcElementAssemblyType Parse(string strDef) { IfcElementAssemblyType t = new IfcElementAssemblyType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
		internal static void parseFields(IfcElementAssemblyType t, List<string> arrFields, ref int ipos)