iCAx开思工具箱

标题: 【求助】怎么实现菜单中的File->import功能? [打印本页]

作者: pinkwall    时间: 2003-4-18 17:15
标题: 【求助】怎么实现菜单中的File->import功能?
二次开发中
  
使用什么函数???
  
哪位大虾赐教一下::?
作者: Jeriflee    时间: 2003-4-19 11:47
好像是这个函数:
  
extern UFUNEXPORT int UF_PART_import(
char *file_name ,/* <I>
                 File specification of UG disk file to import.
                 */
UF_import_part_modes_t *modes ,/* <I>
                               Inputs are specified in the `modes' structure.
                               */
double dest_csys[6] ,/* <I>
                     Destination Coordinate System
                     */
double dest_point[3] ,/* <I>
                      Destination point of imported part
                      */
double scale ,/* <I>
              The scale size for the imported part.
              */
tag_t *group  /* <O>
              If grouping is desired, the group is returned,
              otherwise it is a NULL_TAG
              */
);
  
看看ugopen的头文件吧。
  
暂时没有时间测试。
作者: Jeriflee    时间: 2003-4-19 11:49
在uf_part.h和uf_part_types.h里面有定义。
作者: spline    时间: 2003-4-19 16:48
stl格式的输入在uf_std.h中,这个头文件中还有其它的一些输入




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3