zoukankan      html  css  js  c++  java
  • ObjectARX2012学习笔记一

    @author:WMsteve
    @Email:weisteve@yeah.net
    @Time:2012年3月4日11:59:40
    当你透过搜索知道autocad二次开发需要ObjectARX开发包的时候,开始了下载之旅。
    可是下载完成后,找不到详尽的帮助文档,这时您可能跟我之前情形一样,不过不用急,从现在开始,笔者不断的摸索,不断的记录每次学习的方式和心得;
    希望能有志同道合的人一起来学习这项技术。
    打开ObjectARX SDK的安装路径,找到docs/,其中有各个开发语言和不同开发环境对应的帮助文档;
    这里还可以通过安装将帮助文档植入autocad的安装路径中,后续开发可以通过编译器直接定为帮助;
    首先玩么打开readarx.chm
     
    这里介绍了各个帮助文档的使用说明;
    Release Notes
    The following items relate to this release of ObjectARX® and the AutoCAD Managed Classes.
    Environment for C/C++ Development
    Microsoft Visual Studio 2008 with Service Pack 1 is required to develop C/C++ projects for AutoCAD 2012.
    Additionally, the Visual Studio 2008 Service Pack 1 ATL Security Update from Microsoft should be installed to avoid an ATL compiler error.
    Environment for Managed Development
    Microsoft Visual Studio 2010 is required to develop managed projects for AutoCAD 2012.
    ObjectARX Wizards
    The ObjectARX Wizards have been removed from the ObjectARX SDK. You can find the latest version at the AutoCAD Developer Center (www.autodesk.com/developautocad), along with other useful developer tools, training material and information.
    我暂时定为.Net平台下的开发,于是arxmgd.chm这个就是我所需要的文档;
     
    文档中共有以下几个命名空间:
     
    下面将从每一个命名空间来学习ObjectARX的开发。




    作者:W.M.steve
    出处:http://www.cnblogs.com/weisteve/
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
  • 相关阅读:
    Nginx降权启动
    Tomcat降权启动
    【转载】XSS学习笔记
    仪仗队(容斥,欧拉,打表)
    2012蓝桥杯
    HPU周赛题目解析
    蓝桥杯真题集2011
    cf公式专场-续
    24点游戏&&速算24点(dfs)
    Parallelogram Counting(平行四边形个数,思维转化)
  • 原文地址:https://www.cnblogs.com/weisteve/p/2379204.html
Copyright © 2011-2022 走看看