public double Tolerance(IntSurf_Quadric Quad) { throw new NotImplementedException(); }
public void ValueAndGradient(IntSurf_Quadric Quad, double X, double Y, double Z, ref double Val, gp_Vec Grad) { throw new NotImplementedException(); }
public double Value(IntSurf_Quadric Quad, double X, double Y, double Z) { throw new NotImplementedException(); }
public void Gradient(IntSurf_Quadric Quad, double X, double Y, double Z, gp_Vec V) { throw new NotImplementedException(); }
public IntSurf_Quadric(IntSurf_Quadric parameter1) : base() { throw new NotImplementedException(); }