搜索资源列表
UG-OpenAPI.MFC-.COM-development-
- 《UG OpenAPI.MFC和COM开发实例精解》一书的部分源码。-" UG OpenAPI.MFC and fine examples COM development solutions," a book of some source code.
AUTODESK-development
- AutoCAD 是采用开放架构体系 的通用CAD 平台,它提供一个可 扩展的编程框架,用户可以使用 API进行定制开发。ObjectARX 是以C++语言为基础的面向对象 的开发环境和应用程序接口,也 是AutoCAD 最为强大的定制开发 工具,本篇我们介绍ObjectARX 的程序架构和使用方法,通过本 章的学习可以使用ObjectARX 开发快速、高效、简洁的应用程序。-AutoCAD is an open architecture
cone
- 利用VC和ug open api编写生成圆锥的代码-Ug open api using VC and write code to generate cone
CreateBlock
- 使用UG API二次开发语言在VC6.0下创建长方体的源代码-Using UG API secondary development of the language to create a rectangular source code in VC6.0
ufd_cam_geom_select
- UG二次开发,初学者很有帮助 UG加工模块的开发源代码-UGOpen API
Finally
- 调用CATIA的API进行二次开发,实现三维快速特征造型-for catia api
easy
- 一个失量画图软件,适合CAD绘图者学习应用开发,及MFC类库,API的熟悉-A loss amount Paint software
BSpline
- Bezier曲线和B样条(BSpline)曲线绘制,用VC++自带API函数实现-Bezier curves and B-spline (BSpline) curve drawing, API function comes with VC++
acuisample_dg
- 这个代码使用AutoCAD的界面API,来使用AutoCAD自带的界面类来做用户交互方面的设计-This code is using the AutoCAD UI API to create forms for user interacting with AutoCAD
Call_back_FUNCTION
- UG二次开发;函数回调程序;对UG进行二次开发时菜单按钮的响应函数-UG/OPEN API;CALL BACK FUNCTION
adnutilities2013_x64
- AutoCAD实用程序是一组由开发人员技术服务团队开发的ActiveX控件和实用程序,用于公开使用现有的官方API API不容易实现的功能。根据许可协议中定义的条款和条件,这些控件可免费用于应用程序开发和部署。(The ADN AutoCAD Utilities are a set of ActiveX controls and utilities developed by the ADN Developer Technical Services team to expose functiona
ufd_ugopen_console
- 本文件将演示如何在 UG/Open API 开发中在采取内部模式时,调出一个可用的控制台。(This document will demonstrate how can deploy an available console in UG/Open API development when it takes internal mode.)
ufd_load_library
- 本文件将演示如何使用以下的 UG/Open API 函数(s): UF_load_library UF_unload_library 描述: UF_load_library 加载library_name指定的共享库,并发现由symbol_name指定的入口点。 不难看出它有些类似于GetProcAddress,但使用更简单,当然也仅仅适应于UF/Open API范畴。(This file will demonstrate how to use the fol