- UID
- 92392
- 积分
- 0
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2003-11-6
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
今天偶然打开了一下ARX的sample文件夹,找到了下面一段文字,大家可以对照着看一下自己在ARX程序方面达到了什么程度
Beginning Level:
At this level the developer has an understanding of the AutoCAD database, and konws how to do the following:
* Open and close objects.
* Understand symbol tables and symbol table records and how to use interators.
* Understand the Named Objects Dictionary and Extension Dictionaries.
* Understand ObjectARX's standard objects and entities.
* Create a standard entity/object and manipulate its properties.
Medium Level:
At this level the developer knows how to:
* Create a custom class derived from AcDbObject, AcDbEntity and understand what virtual functions need to be overridden as a result.
* Understand transactions and transient and persistent reactors.
* Understand the Multiple Document Interface.
* Understand Document Management.
High Level:
At this level the developer knows how to:
* Create a custom class derived from AcDbCurve and understand what virtual functions need to be overridden as a result.
* Understand how to use AcEdJig.
* Using MFC with ObjectARX.
Advanced Level:
At this level the developer knows how to:
* Understand deep cloning.
* Understand protocol extensions.
* Understand COM and ActiveX as it pertains to AutoCAD and ObjectARX.
* Understand Design Center, Input Point processing and Object Property Manager. |
|