1)  ActiveX DLL
ActiveX DLL
1.
The Application of ActiveX DLL in Protecting the Source Code for ASP;
ActiveX DLL技术在ASP源代码保护中的应用
2.
This paper presents a new simple practical technology for program interfaces by using the advantages of ActiveX DLL and COM components.
为充分发挥二者优势,本文介绍了一种新型、简便、实用的程序接口技术,利用ActiveX DLL和COM组件生成技术实现了Visual Basic与MATLAB的链接,并给出具体示例和主要代码,得到了高效、便捷、功能强大的编程方法。
2)  ActiveX DLL Components
ActiveX DLL部件
3)  ActiveX DLL Component
ActiveX DLL组件
4)  DLL
DLL
1.
Design and Realization of a Displaying Control for Signal Wave and Spectrum Using DLL Technique;
基于DLL的信号波形频谱显示控件的开发
2.
Enhancing VB data process function using VC + + DLL;
用VC++DLL增强VB的数据处理功能
3.
Application of the VC++ DLL in Analysis of Kinematics for Robot;
VC++ DLL在机器人运动学分析中的应用
5)  Dynamic link library
DLL
6)  ActiveX
ActiveX
1.
Method of calling MATLAB in VB application based on ActiveX;
基于ActiveX技术实现Visual Basic对MATLAB调用的方法研究
2.
A communication between LabVIEW and Word based on ActiveX technology;
基于ActiveX技术的LabVIEW与Word通信实现
3.
Development and Application of OPC DA Client Based on VB and ActiveX Technology;
基于VB和ActiveX技术的OPC DA客户端开发与应用
参考词条
补充资料:将UG里的一个装配部件输出成单个部件文件
法一:
  • 关闭(turn off)FileàOptions->Load Options下"Partial Loading "选项
  • 打开装配部件
  • 选择File->Export->Part
  • 在"Part Specification"下选择"new"
  • 选择"Specify Part",指定输出部件文件名称及位置
  • 将"Object Selection Scope"设定为"All Objects"
  • 选择"Class Selection->Select All"高亮所有对象
  • 按"OK"

该种方法特点:每一个部件的特征都会汇集在新部件的MNT里。可以方便编辑。

法二:

  • 闭(turn off)File->Options->Load Options下"Partial Loading "选项
  • 打开装配部件
  • Application->Assembly
  • Assemblies->Components->Create New,给出想要输出的部件文件名及路径。
  • 如下图1,在ANT上双击新产生的部件文件,使其成为工作部件。
  • Assemblies->WAVE Geometry Linker,将设置改为"Body",选择所有组件的体。
  • 将"Create Non-associative"开关设为"On",见下图2
  • 将产生的部件设成显示部件,仅保存刚产生的新部件,不保存旧的装配部件。

图1

图2

该种方法特点:每一个部件在新部件的MNT里只会显示一个link的特征。没有相应特征可以编辑。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。