defeature_polygon# Modeler.defeature_polygon(poly, tolerance=0.001)[source]# Defeature the polygon based on the maximum surface deviation criteria. Parameters: maximum_surface_deviationfloat polyEdb Polygon primitivePolygon to defeature. tolerancefloat, optionalMaximum tolerance criteria. The default is 0.001. Returns: boolTrue when successful, False when failed.