Versions Compared

Key

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

...

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 blocks 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.