青华模具培训学校

 找回密码
 注册

QQ登录

只需一步,快速开始

青华模具培训学院
查看: 3678|回复: 1

[疑难] 删除DRAWING工程图中的文字!

[复制链接]
发表于 2010-3-10 10:59 | 显示全部楼层 |阅读模式
我现在想要删除二维工程图中的一些note文字!我想的大概过程是先通过遍历出所有的文本,然后判断文本位置坐标确定是否是需要删除的内容! 但是现在操作过程中遍历部分遇到困难,希望高手指教一下!
2 R' ~6 x) }% {6 J    我现在是这样的:
% P* p) x2 Z7 m# Z. q  \ifail = UF_OBJ_cycle_objs_in_part( UF_PART_ask_display_part(),. B" _) N' q. G2 V( q' ^" B
                        UF_drafting_entity_type,&note_tag );
( t' X  i( t/ {  Z: h2 M/* Find the tag of a note. */  k; r1 L' X: j3 v9 o# X
while( !ifail && note_tag )2 i# q& A) ^- o4 C  k# Z( O
       {
& s6 u6 f( Q4 b            ifail = UF_OBJ_ask_type_and_subtype(note_tag, &type, &subtype );
+ X' a4 [) ?( b( R8 }+ D/* Test type for the note. */4 c  S7 o2 H# j
          if( !ifail && subtype == UF_draft_note_subtype )
) ?. P) c# M% U, m* V- F        {
4 Z) n0 E& H- Q# T2 d' `/* Retrieve the note information. */% ^% N) Q! n$ g/ {! J; T
        UF_DRF_ask_ann_data(&note_tag,search_mask,&cycle_flag,ann_data,&ann_data_type,
' R: C7 ^' i, f                        &ann_data_form,&num_segments,ann_origin,&radius_angle);
, j0 U7 q' ]% k1 e0 A& ]2 o        uc5574(num_segments,ann_data,notetxt,&lengthsize,&txtlength);3 Q+ [8 G1 m; Y) `6 j( m2 T- G& F
        uc1601(notetxt,1);
4 E4 _9 }1 C% C! N: i* ]        if (0<ann_origin[0] && ann_origin[0]<297)
, T. J* S* b7 z        {
% s7 h- o6 J+ l9 p                UF_OBJ_delete_object(note_tag);6 p  N% I  m( F; {  H# W) ?( Z
        }          v6 Q% t& Q0 K2 Q. a3 n- |' G
       }0 I3 D' s( v4 g9 _5 ?# Q
/* Find the tag of next drafting entity. */
/ m( m2 [) X5 z5 @     if ( !ifail )
$ [7 I) L$ y% \2 w6 H     ifail = UF_OBJ_cycle_objs_in_part(UF_PART_ask_display_part(),; w/ i6 j9 e: K  A0 {
                        UF_drafting_entity_type,&note_tag );
2 Q0 ?/ y% F9 x- N: N. l" R  y}) W0 v# _, W# F: a5 f
这样遍历的结果是PART文件里所有的drawing工程图里的所有note文本!我需要是当前打开的这个工程图里的文本!所有请问如何得到note文本所在的工程图drawing名称,再判断它是否是当前打开的这个工程图
发表于 2010-3-21 16:28 | 显示全部楼层
与LZ有相同困惑
回复 支持 反对

使用道具 举报

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

本版积分规则

QQ|关于我们|sitemap|小黑屋|Archiver|手机版|UG网-UG技术论坛-青华数控模具培训学校 ( 粤ICP备15108561号 )

GMT+8, 2024-11-17 05:59 , Processed in 0.089838 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表