Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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

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 line in the ModelSpace.

Python\SelectionTable\

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

  • No labels