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

Parse() static private method

static private Parse ( string strDef, ReleaseVersion schema ) : IfcDoorType
strDef string
schema ReleaseVersion
return 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)