public Curve3() { m_curve_inc = new Curve3Inc(); m_curve_div = new Curve3Div(); m_approximation_method = Curves.ECurveApproximationMethod.Div; }