SDK Samples

Several source code examples for the COM / ActiveX API are available in the following folder:

c:\Program Files\Graebert GmbH\ARES Commander **** SDK\Samples\Python\ :

 

Location

Short Description

Location

Short Description

Python\Entity\

Creates an entity of bicycle using APoint(), AddLine(), AddArc() and AddCircle() in ModelSpace.

Python\Hello\

Adds “HELLO” text in the ModelSpace using AddText() and Zoom it using ZoomExtents().

Python\GetBlocksCount\

Gets the block's count present in the ModelSpace and present it in a table using AddTable().

Python\Hello_World\

Greets user in the application using prompt() and prints a pattern of circles and lines in the ModelSpace.

Python\SelectionTable\

Prompts user to select entity and prints the number of Polylines, circles and arcs included in the entity and present it in the form of table.