UF_NX2D_import_file (查看源代码)
定义在: uf_nx2d.h
概述
Imports an NX-2D file into NX. The geometry imported will be created in
the current work part.
返回
Return code:
0 = No error
not 0 = Error code
环境
内部和外部
历史
Originally released in nx1.0.1
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_NX2D_import_file
(
const char * filename,
logical skip_hidden_wireframe,
logical import_as_sketch
)
| const char * | filename | Input(输入) | File specification for the NX2D file to import. |
| logical | skip_hidden_wireframe | Input(输入) | Not used. The NX2D import file will not contain hidden wireframe geometry in the first place so this parameter has no effect. May be True or False. |
| logical | import_as_sketch | Input(输入) | If TRUE, the NX-2D wireframe data will be imported as sketches. |