PLM之家PLMHome-国产软件践行者

[求助] 克隆装配问题

  [复制链接]

2014-10-6 19:44:21 3691 2

xml_ug 发表于 2014-10-2 10:53:21 PLM之家手机频道 |阅读模式

xml_ug 楼主

2014-10-2 10:53:21

请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!

您需要 登录 才可以下载或查看,没有账号?注册

x
如何将克隆过来的零件只装入当前会话中;并未在当前目录生成文件;只保存的时候才生成;就像moldwizard调零件那样;请问怎么实现?
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.diantuankj.com/ doTeam.tech
回复

使用道具 举报

全部回复2

mildcat 发表于 2014-10-5 09:15:34

mildcat 沙发

2014-10-5 09:15:34

这个是加载零件到内存 2 j) H$ V2 v6 k6 @. u
1 p- r  A) T# R. p' ^' d
UF_PART_open_quiet (view source): p2 b# T9 _& Y4 p5 }$ p' u7 Q

  P' k. M- R0 o# `7 {' Q9 A* _1 L, H2 m0 ~
Defined in: uf_part.h
5 Q% k- Y* f0 v1 a! |! ~% H5 g $ v$ m( G8 H; K! p6 G) M$ D8 o# s
; @* s: P. I; U* l$ y
8 }2 r4 N0 B6 O* g
Overview
1 Y% Z) C" y! @+ P( K" @" k( [0 f& c% E9 b
6 P+ i! @3 V0 i! V
Retrieves an existing NX part or Solid Edge part into the session . x2 G( j! n4 P" q
without making it the work and display part. Solid Edge parts (.par or
/ |, ^0 M  Y; u! X+ s.psm file extension) are opened by extracting the Parasolids data from   @: m( Y' G& B5 \% O/ ~
the Solid Edge part and then importing this data into a new   t3 i, k  l1 `$ r* |- o: \
NX part with a .prt extension. The file name of the new NX * w9 _  ~) c) n
part has the Solid Edge part name and a ".prt" file extension.
" l% `5 {. B9 O+ O+ _9 x; b: _If there is an existing NX part with the same name as the Solid Edge part, : G- g4 O: j7 ~1 Z$ Q
then this function returns an error.
* T5 ~8 J) s6 \6 P' F' W7 j0 j9 v
  h5 l6 z  w. K/ [1 ^
( E4 ^7 h; M  i. j7 H5 Q
5 g* r5 K" R" Z5 G  TEnvironment
7 O( @& i, P7 U1 Q
# U) _! R) \% O3 R, T1 m1 ?  S3 K: y8 i" U2 ]4 `
Internal and External $ b$ Y- m( b0 X3 X  j) n
- j& k9 g" @- J# E/ c% m! L
! {' b2 D3 u) v8 D

; D: V. w% ~  U) [History: }! H: k2 p; B# k5 x& x

) _; p: g, ?$ H+ ~' M
5 a# P) I( e# E" o5 }In V15.0, this function was enhanced so that it could open Solid Edge
  o7 u" x* B: B/ C; @! J; b5 O4 V parts.
  v8 d( \; F( }- K+ W  g
3 n0 U7 |  R6 t; L0 s- r
9 ~+ Z; d; \. u9 d3 c( A3 @% q5 i2 P% c* q/ E6 _
Required License(s)
8 D  b( d( B9 o+ D; g" \% w7 k! W+ Y( \' C, g5 D- m
4 V; v) c, S# }7 w
gateway
; Q6 _  X, v: w" `, w% w  }
/ M0 h( C  W) e7 q* V
+ G! \/ C& I+ V# B; [* V # M2 B6 z* y" r/ j0 S5 `' s' R
- n2 G0 k2 A. a) R) f
int UF_PART_open_quiet
$ w0 }( S. h# N; K8 L(
1 x+ R% c% O- |2 M/ A
2 C5 S3 A$ V5 {- K/ Econst char * part_name, / n' b% s5 V' d! ~; Z
tag_t * part,
6 R1 u* L1 x, S8 c1 DUF_PART_load_status_t * error_status
" h) o* v1 {% j
8 t3 ^! Y  ]  g8 P- I& Q)
) m+ W0 v9 `, \' m' d* N" I. Y% i) o+ |3 |. G  E: p
const char * part_name Input Name of part to retrieve.
2 x& Y/ W1 p, Q" W+ M tag_t * part Output The tag of the retrieved part or NULL_TAG if part / P/ S  r4 k0 b: H' K
retrieval fails. . T( i! S- e3 o/ e- b' A
UF_PART_load_status_t * error_status Output to UF_*free* The user allocated structure : d3 c$ W$ J! \/ e
<error_status> is filled with the names
  }" F8 g7 h5 t; `" T and associated error codes of any parts
$ S9 l0 e3 u! b3 ^4 k that did not load correctly. The
9 ^  w8 Q/ E& L4 e- G structure must be freed with UF_PART_free_load_status. 1 U: H. F- K) n7 m
For details see the definition
# X8 s$ y; ^( j& g; D) c of UF_PART_load_status_t.
) B' R/ ]% J6 L) U) {: [+ B) @2 h3 ^
该会员没有填写今日想说内容.
回复 支持 反对

使用道具 举报

xml_ug 发表于 2014-10-6 19:44:21 PLM之家手机频道

xml_ug 板凳

2014-10-6 19:44:21

1,用这个函数后;点保存;会不会保存到工作目录?2,怎样更改文件名加载到内存里?
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.diantuankj.com/ doTeam.tech
回复 支持 反对

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 注册

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了