Skip to content

DrawingFileFilterImpl

Canonical path: Utils.ElementFilter.DrawingFileFilter.DrawingFileFilterImpl

Filter for element properties

Methods:

__init__

__init__(selected_drawing_file_ids: list[int])

Initialize

Parameters:

  • selected_drawing_file_ids (list[int]) –

    list of selected drawing file IDs

__str__

__str__() -> str

String representation of the filter

Returns:

  • str

    string representation

load_drawing_files

load_drawing_files(document: DocumentAdapter)

load the drawing files and set the active foreground file

Parameters:

to_info_string

to_info_string() -> str

String representation of the filter for info

Returns:

  • str

    string representation for info

Placeholder