Skip to content

BasisPropertyDialogs

Canonical path: NemAll_Python_BasisElements.BasisPropertyDialogs

Methods:

OpenBitmapResourceDialog staticmethod

OpenBitmapResourceDialog(doc: DocumentAdapter, bitmapPath: str) -> str

Open the bitmap resource dialog

Parameters:

Returns:

  • str

    Selected bitmap path

OpenMaterialSelectionDialog staticmethod

OpenMaterialSelectionDialog(doc: DocumentAdapter, initialMaterial: str) -> str

Open the material selection dialog

Parameters:

  • doc (DocumentAdapter) –

    Document

  • initialMaterial (str) –

    Initial material

Returns:

  • str

    Selected material

OpenRGBColorDialog staticmethod

OpenRGBColorDialog(doc: DocumentAdapter, color: int) -> int

Open the RGB color dialog

Parameters:

Returns:

  • int

    Selected color

Placeholder