You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daniel-flassig edited this page Jun 24, 2020
·
10 revisions
A part selector extension creates a button in the pytha part selection user interface. The extension may add to or remove parts from the selection.
Declaration of a part-selector extension in the config.xml:
<extensiontype="part-selector">
<entry-point>change_selection</entry-point>
<caption>Button Caption</caption>
<description>A short description what this button does.</description>
</extension>
The following information can be supplied:
entry-point - (Mandatory) Name of the lua function that is invoked when the user presses the button.
caption - (Mandatory) The text that is displayed on the button. This text is translatable in the .xlif file.
description - A short descriptive text that is displayed when the user hovers over the button with the mouse. This text is translatable in the .xlif file.