Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

“Default Files” in customization.zip package contains:

Support →

  • InsertImageCommand .tx

  • DrawingSummary.tx

  • CommonUIDialog.tx

...

  • startup.rx

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

  • InsertImageCommand

Insert an image into a drawing.
Command name: “ _INSERTIMAGE”

  • DrawingSummary

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.
Command name : "_DRAWINGSUMMARY"

  • CommonUIDialog

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.
Command name : "_COMMONUIDIALOG"

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):

...