<< Click to Display Table of Contents >> Navigation: »No topics above this level« Command Reference |
You can work with the drawing objects using commands and system variables of the CADEditorX user interface. You can call commands programmatically via the XML interface as it is shown below:
<?xml version="1.0" encoding="UTF-8"?> <cadsofttools version="2"> <command text="rotate 1,1 15"/> </cadsofttools> |
rotate is the command name
1,1 is the base point relative to which the object will be rotated
15 is the angle at which the object will be rotated
Go to CADEditorX