JVerhagen
Automotive
- Dec 7, 2015
- 1
Hi,
In NX8.5.3.3 I would like to add a post action to several buttons in the weld toolbar. I have therefore changed the add_ug_weld.men file to include an actions/post statement (only a part of the file is shown here):
MENU UG_WELD
BUTTON WELD_UICOMP_GROOVE_BTN
LABEL &Groove Weld...
TOOLBAR_LABEL Groove Weld
MESSAGE Prepares edges and welds two butted plates together using the specified cross sectional shape.
SYNONYMS butt, J weld, bevel, V weld, flared V, flared bevel
HINT This command is available in history modeling mode.
BITMAP weld_groove
ACTIONS libweldappint
ACTIONS/POST SetWeldLineWidth.vb
This works fine as long as I do NOT have access to the weld module license! When I have access, the post action is not executed. Does anyone have an explanation of this?
Thanks.
In NX8.5.3.3 I would like to add a post action to several buttons in the weld toolbar. I have therefore changed the add_ug_weld.men file to include an actions/post statement (only a part of the file is shown here):
MENU UG_WELD
BUTTON WELD_UICOMP_GROOVE_BTN
LABEL &Groove Weld...
TOOLBAR_LABEL Groove Weld
MESSAGE Prepares edges and welds two butted plates together using the specified cross sectional shape.
SYNONYMS butt, J weld, bevel, V weld, flared V, flared bevel
HINT This command is available in history modeling mode.
BITMAP weld_groove
ACTIONS libweldappint
ACTIONS/POST SetWeldLineWidth.vb
This works fine as long as I do NOT have access to the weld module license! When I have access, the post action is not executed. Does anyone have an explanation of this?
Thanks.