搜索资源列表
create_patch_face
- 这是修补曲面缝隙的一个实例代码,其中涉及到uiblock、ugopen、nxopen的函数-repair face
UGtoNREC
- UG 转 NREC 图档 C++ 源码发布 基于全新的 NXopen API。-UG turn NREC drawing C++ source distribution based on the new NXopen API.
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.)
cycle_compound_doc
- 将UG存储下来的文件,作为复合文档,遍历,以了解其文件的基本构成。(File stored by UG as a composite document, traversing to understand the basic composition of its files.)
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