surface_poly_fit.core.MongeJetFitter.__init__

MongeJetFitter.__init__(self: surface_poly_fit._spf_cgal.MongeJetFitter, poly_surface: object, degree_poly_fit: int = 2, degree_monge: int = 2) None

Construct.

Parameters:
  • poly_surface (PolyhedralSurface) – Fit polynomial surfaces to sub-patches of this surface mesh.

  • degree_poly_fit (int) – The degree (highest exponent) of the fitting polynomial. degree_poly_fit >= 1.

  • degree_monge (int) – The degree (highest exponent) of the Monge polynomial. 1 <= degree_monge <= degree_poly_fit <= 4.