Properties¶
| Property | Description |
|---|---|
| ButtonId | Returns the identifier of the button. |
| ButtonName | Returns the name of the button. |
| ButtonSensitivity | Returns or sets the sensitivity of the button. |
| ButtonType | Returns the type of the button. |
| ButtonTypeName | Returns the type name of the button. |
| ToggleStatus | Returns or sets the toggle status of the button. |
Enumerations¶
| MenuButtonSensitivityStatus Enumeration | Sensitivity Status |
| MenuButtonToggle Enumeration | Toggle Status |
| MenuButtonType Enumeration | Available button types |
Property Detail¶
ButtonId¶
-
MenuButton.ButtonId¶ Returns the identifier of the button.
-------------------------------------Getter Method
Signature
ButtonIdReturns: The identifier used for the button Return type: int New in version NX6.0.0.
License requirements: None.
ButtonName¶
-
MenuButton.ButtonName¶ Returns the name of the button.
-------------------------------------Getter Method
Signature
ButtonNameReturns: The name of the button Return type: str New in version NX6.0.0.
License requirements: None.
ButtonSensitivity¶
-
MenuButton.ButtonSensitivity¶ Returns or sets the sensitivity of the button.
-------------------------------------Getter Method
Signature
ButtonSensitivityReturns: The sensitivity of the button Return type: NXOpen.MenuBar.MenuButtonSensitivityStatusNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ButtonSensitivityParameters: sensitivity ( NXOpen.MenuBar.MenuButtonSensitivityStatus) –New in version NX6.0.0.
License requirements: None.
ButtonType¶
-
MenuButton.ButtonType¶ Returns the type of the button.
-------------------------------------Getter Method
Signature
ButtonTypeReturns: The type of the button Return type: NXOpen.MenuBar.MenuButtonTypeNew in version NX6.0.0.
License requirements: None.
ButtonTypeName¶
-
MenuButton.ButtonTypeName¶ Returns the type name of the button.
-------------------------------------Getter Method
Signature
ButtonTypeNameReturns: The type name of the button Return type: str New in version NX6.0.0.
License requirements: None.
ToggleStatus¶
-
MenuButton.ToggleStatus¶ Returns or sets the toggle status of the button.
-------------------------------------Getter Method
Signature
ToggleStatusReturns: The toggle status of the button Return type: NXOpen.MenuBar.MenuButtonToggleNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToggleStatusParameters: toggleStatus ( NXOpen.MenuBar.MenuButtonToggle) –New in version NX6.0.0.
License requirements: None.