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

Parse() static private méthode

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