Skip to content

StartMenuFunction

Canonical path: NemAll_Python_Utility.StartMenuFunction

Start a menu function in Allplan

Methods:

FireEvent staticmethod

FireEvent(eventName: str)

Fire an event to start the menu function in Allplan

Parameters:

  • eventName (str) –

    Name of the event

FirePythonPartEvent staticmethod

FirePythonPartEvent(pypFileName: str)

Fire an event to start the menu function in Allplan

Parameters:

  • pypFileName (str) –

    Name of the pyp file

__init__

__init__()

Initialize

Placeholder