...
Location | Short Description |
---|---|
| Creates an entity of bicycle using APoint(), AddLine(), AddArc() and AddCircle() in ModelSpace. |
| Adds “HELLO” text in the ModelSpace using AddText() and Zoom it using ZoomExtents(). |
| Gets the blocks count present in the ModelSpace and present it in a table using AddTable(). |
| Greets user in the application using prompt() and prints a pattern of circles and line in the ModelSpace. |
| Prompts user to select entity and prints the number of linesPolylines, circles and arcs present in the entity and present it in the form of table. |