...
“Default Files” in customization.zip package contains:
Support →
|
...
|
UI → english → application.xml
tx module is build from CommonUIDialog Kudo Server Sample (TODO: not in yet, available in 1.115). modules are built fromKudo Server Sample. Each sample module have different functions which will help to understand the custom module workflow
Module | Feature Description |
---|---|
| Insert an image into a drawing. |
| To parse drawing content and create a summary of e.g. all layers in a drawing and their basic properties. Write it to a csv file. |
| The sample lists all block references of the current layout that have attributes in a dropdown. Select a reference from the dropdown to show the attributes of a reference. Press “Zoom to block” to zoom to the reference currently selected. |
Added the module to startup.rx to have it loaded when drawing is opened:
Code Block |
---|
InsertImageCommand.tx
DrawingSummary.tx
CommonUIDialog.tx |
Adjusted editor toolbar by adding a new button with the custom CommonUIDialog command at the end (Default Files/UI/english/application.xml):
...