FixtureProperties
Canonical path: NemAll_Python_Palette.FixtureProperties
GetLastFixturePath
staticmethod
Get the last fixture path
Returns:
-
str
–Last fixture path
OpenFixtureDialog
staticmethod
Open the symbol library dialog
Returns:
-
str
–result path
Parameters:
-
fixturePath
(str
) –Path to .sym file
__eq__
__eq__(other: FixtureProperties) -> object
Comparison of fixture properties.
Parameters:
-
other
(FixtureProperties
) –Compared fixture properties.
Returns:
-
object
–True when fixture properties are equal, otherwise false.
__init__
overloaded
Initialize
Constructor
Parameters:
-
pathShortcut
(str
) –Path shortcut (Office/Project/Privat)
-
group
(str
) –Group name
-
element
(str
) –Element name
__init__(FixtureProperties: FixtureProperties)
Copy Constructor
Placeholder