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

Parse() static private méthode

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