GeometryGym.Ifc.IfcAlignment2DVerSegParabolicArc.parseFields C# (CSharp) Method

parseFields() static private method

static private parseFields ( IfcAlignment2DVerSegParabolicArc c, List arrFields, int &ipos ) : void
c IfcAlignment2DVerSegParabolicArc
arrFields List
ipos int
return void
        internal static void parseFields(IfcAlignment2DVerSegParabolicArc c, List<string> arrFields, ref int ipos)
        {
            IfcAlignment2DVerticalSegment.parseFields(c, arrFields, ref ipos);
            c.mParabolaConstant = ParserSTEP.ParseDouble(arrFields[ipos++]);
            c.mIsConvex = ParserSTEP.ParseBool(arrFields[ipos++]);
        }