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

Parse() static private méthode

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