N-Side Filling setConstrParam(Tol2d=0.00001, Tol3d=0.0001, TolAng=0.01, TolCurv=0.1) Sets the values of Tolerances used to control the constraint. setResolParam(Degree=3, NbPtsOnCur=15, NbIter=2, Anisotropy=False) Sets the parameters used for resolution. setApproxParam(MaxDeg=8, MaxSegments=9) Sets the parameters used to approximate the filling the surface loadInitSurface(face) Loads the initial surface. add(Edge, Order, IsBound=True) add(Edge, Support, Order, IsBound=True) add(Support, Order) add(Point) add(U, V, Support, Order) Adds a new constraint. Builds the resulting faces. Tests whether computation of the filling plate has been completed. G0Error([int]) Returns the maximum distance between the result and the constraints. G1Error([int]) Returns the maximum angle between the result and the constraints. G2Error([int]) Returns the greatest difference in curvature between the result and the constraints. shape() Returns the resulting shape.