nimphs.menus.openfoam
Modules
nimphs.menus.openfoam.openfoam_create_sequence_menu
- class NIMPHS_MT_OpenfoamCreateSequenceMenu
Bases:
Menu
Main menu for OpenFOAM > Create sequence.
- bl_idname: Union[str, Any] = 'NIMPHS_MT_OpenfoamCreateSequenceMenu'
If this is set, the menu gets a custom ID, otherwise it takes the name of the class used to define the menu (for example, if the class name is "OBJECT_MT_hello", and bl_idname is not set by the script, then bl_idname = "OBJECT_MT_hello")
- Type
Union[str, Any]
- bl_label: Union[str, Any] = 'Create sequence'
The menu label
- Type
Union[str, Any]
- draw(_context: Context) → None
UI layout of the menu.
- Parameters
_context (Context) -- context
- is_custom_base_cls = False
- register_cls = True
nimphs.menus.openfoam.openfoam_main_menu
- class NIMPHS_MT_OpenfoamMainMenu
Bases:
Menu
Main menu for the OpenFOAM module.
- bl_idname: Union[str, Any] = 'NIMPHS_MT_OpenfoamMainMenu'
If this is set, the menu gets a custom ID, otherwise it takes the name of the class used to define the menu (for example, if the class name is "OBJECT_MT_hello", and bl_idname is not set by the script, then bl_idname = "OBJECT_MT_hello")
- Type
Union[str, Any]
- bl_label: Union[str, Any] = 'OpenFOAM'
The menu label
- Type
Union[str, Any]
- draw(_context: Context) → None
UI layout of the menu.
- Parameters
_context (Context) -- context
- is_custom_base_cls = False
- register_cls = True
nimphs.menus.openfoam.openfoam_point_data_menu
- class NIMPHS_MT_OpenfoamPointDataMenu
Bases:
Menu
Main menu for OpenFOAM > Point data.
- bl_idname: Union[str, Any] = 'NIMPHS_MT_OpenfoamPointDataMenu'
If this is set, the menu gets a custom ID, otherwise it takes the name of the class used to define the menu (for example, if the class name is "OBJECT_MT_hello", and bl_idname is not set by the script, then bl_idname = "OBJECT_MT_hello")
- Type
Union[str, Any]
- bl_label: Union[str, Any] = 'Point data'
The menu label
- Type
Union[str, Any]
- draw(context: Context) → None
UI layout of the menu.
- Parameters
context (Context) -- context
- is_custom_base_cls = False
- register_cls = True