How to access features implemented in CADEditorX / ABViewer via XML

<< Click to Display Table of Contents >>

How to access features implemented in CADEditorX / ABViewer via XML

These instruments work via the command line that can be used directly in the corresponding panel of the user interface.

The command instruction is used to call a feature via the CAD XML Interface.

Supported commands are described in the User Reference.

Example showing how to start drawing a line:

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2.0">
   <!-- Runs command line  with line command-->
 <command text="line"/>
</cadsofttools>

 

You can find examples of the most important command calls in the Commands section of the XML editor:

clip0074

Go to CADEditorX

URL of this topic:
https://cadsofttools.de/help/cadeditorx/index.html?how_to_reach_functional_which_.htm