BasisPropertyDialogs
Canonical path: NemAll_Python_BasisElements.BasisPropertyDialogs
Methods:
-
OpenBitmapResourceDialog–Open the bitmap resource dialog
-
OpenMaterialSelectionDialog–Open the material selection dialog
-
OpenRGBColorDialog–Open the RGB color dialog
OpenBitmapResourceDialog
staticmethod
OpenBitmapResourceDialog(doc: DocumentAdapter, bitmapPath: str) -> str
Open the bitmap resource dialog
Parameters:
-
doc(DocumentAdapter) –Document
-
bitmapPath(str) –Initial path
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:
-
doc(DocumentAdapter) –Document
-
color(int) –Current color
Returns:
-
int–Selected color
Placeholder