Skip to content

ElementsSelectService

Canonical path: NemAll_Python_BaseElements.ElementsSelectService

Methods:

SelectAllElements staticmethod

SelectAllElements(ele: DocumentAdapter) -> BaseElementAdapterList

Select all elements from the document

Parameters:

  • doc

    Document

Returns:

SelectElementsByIfcGuid staticmethod

SelectElementsByIfcGuid(ele: list) -> BaseElementAdapterList

Select elements by IFC guids

Parameters:

  • doc

    Document

  • ifcGuids

    List with the IFC GUIDs

Returns: