Skip to content

pytha.remove_edge_banding

fabian-flassig edited this page Aug 25, 2026 · 1 revision

Removes the edge banding from edges of a plate.

Similar to the Workshop -> Edge banding -> Remove function in the PYTHA user interface.

pytha.remove_edge_banding(target)
Parameter Type Description
target element_handle or {...} A part or group handle (or a table of those), or a list of edge specifications

Return value

Type Description
number The number of edges the edge banding was removed from

Notes:

  • A part or group handle removes the edge banding from every banded edge of those parts.
  • The edge on the opposite large face of the plate loses its banding as well.
  • Edges without an edge banding are skipped, so the return value counts the edges that actually carried one.
  • The function requires the Edge banding license, test for it with check_license_edge_banding.

Example:

local n = pytha.remove_edge_banding(part)

Version Support:

Minimum PYTHA Version: V27

See also:

pytha, Workshop Functions, Edge Specification, apply_edge_banding

Clone this wiki locally