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

Parse() static private méthode

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