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

Parse() static private méthode

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