搜索资源列表
AUTODESK-development
- AutoCAD 是采用开放架构体系 的通用CAD 平台,它提供一个可 扩展的编程框架,用户可以使用 API进行定制开发。ObjectARX 是以C++语言为基础的面向对象 的开发环境和应用程序接口,也 是AutoCAD 最为强大的定制开发 工具,本篇我们介绍ObjectARX 的程序架构和使用方法,通过本 章的学习可以使用ObjectARX 开发快速、高效、简洁的应用程序。-AutoCAD is an open architecture
ACIS-Standard-Frame
- 标准的ACIS的MFC开发界面和框架,除了标准配置之外没有其他内容-Interface and framework of the standard ACIS MFC developers, in addition to the standard configuration, no other
Hydro-IDE
- 类似CAD功能的程序,功能不是很全,但是框架在了。-CAD-like function procedures, functions are not very wide, but in the framework.
LINQToCAD
- 基于.NET3.5框架的LING技术在CAD二次开发中的应用-Based LING technology. NET3.5 framework applied in the secondary development of CAD
11216
- 二居室示例图 为客户提供装潢设计构思框架图 -The picture shows an example of the customer to provide two-bedroom interior design ideas framework map
Crankshaftcad
- 根据某款已有发动机曲轴实物画出的cad图形,其中包括该曲轴上的必须的详细尺寸以及标注,对应的A1图纸框架也附带的有,上传方便以大家学习交流-According to a section of the existing engine crankshaft kind cad drawn graphics, including the necessary details on the size of the crankshaft and the mark, the corresponding A1 d
AutoCad 最佳实践
- CAD开发过程中的优秀设计框架,可以指导CAD开发者进行深入开发(An excellent design framework in the CAD development process)
选择集边界框
- 此函数将返回矩形框架的左下角和右上坐标(在 WCS 中)的列表 描述提供的选择集中所有对象的边界框。 在此上下文中,边界框定义为边平行于三个 WCS 坐标轴,该坐标轴包含集中的所有对象。 请注意,此边界框不一定对应于具有最小面积的矩形框 ,这可以包含集中的对象,因为边缘始终与 WCS 坐标轴平行。 简而言之,根据所选内容生成一个包围矩形框。