This repository is dedicated to various ObjectARX practice assignments, providing a collection of 12 different projects that showcase the application of ObjectARX in AutoCAD development. Each assignment within this repository focuses on a specific aspect of ObjectARX programming, offering hands-on experience and practical insights.
-
[Assignment 1 ]
- Description: Creating a New ObjectARX Project
- Project Directory:
/Exercise1
-
[Assignment 2 ]
- Description: Compiling and Loading a Project
- Project Directory:
/Exercise2
-
[Assignment 3 ]
- Description: Defining a New Command
- Project Directory:
/Exercise3
-
[Assignment 4 ]
- Description: Accessing Drawing Objects
- Project Directory:
/Exercise4
-
[Assignment 5 ]
- Description: Accessing Non-graphical Objects
- Project Directory:
/Exercise5
-
[Assignment 6 ]
- Description: Stepping through Objects in Model Space
- Project Directory:
/Exercise6
-
[Assignment 7 ]
- Description: Requesting a Point
- Project Directory:
/Exercise7
-
[Assignment 8 ]
- Description: Prompting for a Keyword and Selecting Objects
- Project Directory:
/Exercise8
-
[Assignment 9 ]
- Description: Debugging a Project
- Project Directory:
/Exercise9
-
[Assignment 10 ]
- Description: Building a Project for Release
- Project Directory:
/Exercise10
-
[Assignment 11 ]
- Description: Work with System Variables and Use Commands
- Project Directory:
/Exercise11
-
[Assignment 12 ]
- Description: Work with Input and Single Line Text Objects
- Project Directory:
/Exercise12
-
Clone the Repository:
- Clone this repository to your local machine using the following command:
git clone https://github.com/RamCCTech/ObjectARX_Exercises.git
- Clone this repository to your local machine using the following command:
-
Navigate to Assignment Directories:
- Explore the specific assignment directories to access the source code and exercise files.
-
Build and Load Projects:
- Follow the instructions provided in each assignment's README file for building and loading the ObjectARX exercises into AutoCAD.
-
Explore and Learn:
- Dive into the source code of each assignment to understand the implementation details.
- Experiment with the provided examples to enhance your ObjectARX programming skills.