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

Parse() static private method

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