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

Parse() static private méthode

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