iCAx开思工具箱

标题: 请问如何Drafting里选平面 [打印本页]

作者: 沙琪玛    时间: 2007-3-24 15:52
标题: 请问如何Drafting里选平面
如题。
  我的程序:
            char message[133];
         message[0]='\0';
         strcpy(message,"Please select the target plane");
         UF_UI_selection_options_t opts;
         UF_UI_mask_t mask;
         int response;
         tag_t view;
         double cursor[3];
         int unhighlight=0;

         opts.other_options=0;
         opts.reserved=NULL;
         opts.num_mask_triples=1;
         opts.mask_triples=&mask;
         opts.mask_triples->object_type=UF_face_type;
         opts.mask_triples->object_subtype=UF_bounded_plane_subtype;
         opts.mask_triples->solid_type=UF_UI_SEL_FEATURE_ANY_FACE;
         opts.scope=UF_UI_SEL_SCOPE_ANY_IN_ASSEMBLY;
                     
                     int irc=UF_UI_select_single("Please select the target plane",&opts,&response,&target_plan,cursor,&view);

但是这样只能在Modeling里选平面,哪位高手知道如何在drafting里选平面,敬请赐教!
作者: XCB    时间: 2007-3-24 18:22
2d里不可以选面的,就是UG本身也是不行的




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