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

Parse() static private méthode

static private Parse ( string strDef ) : IfcIndexedPolygonalFace
strDef string
Résultat IfcIndexedPolygonalFace
        internal static IfcIndexedPolygonalFace Parse(string strDef)
        {
            IfcIndexedPolygonalFace s = new IfcIndexedPolygonalFace(); int ipos = 0; s.parseFields(ParserSTEP.SplitLineFields(strDef), ref ipos); return s;
        }