Skip to content

CurvedGeometryElementFilter

implementation of the curved geometry element filter

CurvedGeometryElementFilter

Canonical path: Utils.ElementFilter.CurvedGeometryElementFilter.CurvedGeometryElementFilter

Bases: BaseFilterObject

implementation of the curved geometry element filter

__call__

__call__(element: BaseElementAdapter) -> bool

execute the filtering

Parameters:

Returns:

  • bool

    element fulfills the filter: True/False

__init__

__init__(filter_curve_2d: bool, filter_curve_3d: bool)

initialize

Parameters:

  • filter_curve_2d (bool) –

    filter 2D curves

  • filter_curve_3d (bool) –

    filter 3D curves