找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 19386|回复: 10
打印 上一主题 下一主题

CAA中怎么创建文字标注?(acoka和nctusdk两位帮忙看看吧)

[复制链接]
跳转到指定楼层
1
发表于 2005-5-12 22:23:35 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
各给高手:
       怎么在图上标注文本,如图,怎么用程序实现?请指点。

本帖子中包含更多资源

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

x
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2005-5-13 09:49:34 | 只看该作者
CATITPSFactoryAdvanced->CreateTextOnAnnotation()
3
发表于 2005-5-13 10:56:19 | 只看该作者
谢谢高手
:)
4
发表于 2005-5-27 16:05:06 | 只看该作者
acoka兄,我把例子里面的代码改了,可是有错:
例子里面代码如下:
boolean CAATpiCreateTextCmd::CreateTextOnSelection (void * ipData)
{
  
  
  // Retrieve the selected geometry
  CATSO * pSelection = _pAgentGeometry ->GetListOfValues();
  
  if ( pSelection )
  {
    // Retrieve CATITPSFactoryAdvanced interfaces
    CATITPSFactoryAdvanced * piFactAdv = NULL;
    HRESULT rc = CATTPSInstantiateComponent (DfTPS_ItfTPSFactoryAdvanced,
                                     (void**) [$ piFactAdv)]
    if ( SUCCEEDED(rc) )
    {
      CATITPSText * piText = NULL;
      CATUnicodeString TextString("Sample 3D Text");
      CATMathPlane Plane = CATMathOIJ;
      rc = piFactAdv -> CreateTextOnGeometry (pSelection, &lane,
                                              [$TextString , &piText)]
……
由于我要在自己生成的点上作标注,所以就像你说的,new了一个CATSO*,代码如下:
boolean ChildCmd1::CreateTextOnGeometry(CATISpecObject_var spPointAsSpec)
{
  
  cout<<cout<<"CreateTextOnGeometry called !!!"<<endl;
  
  // Retrieve the selected geometry
  
    CATBaseUnknown* pPointAsBaseUnknown = spPointAsSpec;
  
  CATSO * pSelection = new CATSO(0);
  pSelection->AddElement(pPointAsBaseUnknown,0);
  if ( pSelection==NULL ) cout<<endl<<cout<<"pSelection==NULL"<<endl;
   if ( pSelection!=NULL )
  {
    // Retrieve CATITPSFactoryAdvanced interfaces
    CATITPSFactoryAdvanced * piFactAdv = NULL;
     HRESULT rc =CATTPSInstantiateComponent (DfTPS_ItfTPSFactoryAdvanced,
                                    (void**) [$ piFactAdv)]
   if ( SUCCEEDED(rc) )
    {
     cout<<endl<<cout<<"piFactAdv!=NULL"<<endl;
      CATITPSText * piText = NULL;
      CATUnicodeString TextString("Sample 3D Text");
      CATMathPlane Plane = CATMathOIJ;
      rc = piFactAdv -> CreateTextOnGeometry (pSelection, NULL,
                                            [$TextString , &piText)]
……
可是到这句CATIA就退出了:
  rc = piFactAdv -> CreateTextOnGeometry (pSelection, NULL,
                                            [$TextString , &piText)]
  
请问怎么解决呢?
5
发表于 2005-5-29 13:06:17 | 只看该作者
求助
6
发表于 2005-6-1 14:02:21 | 只看该作者
麻烦高手再看看了
:)
7
发表于 2005-6-2 15:06:23 | 只看该作者
什么原因呢,高手来看看啊
8
发表于 2005-6-2 21:09:59 | 只看该作者
不知道,如果你方便可以把workspace给公开,让大家提你debug一下
因为问题不一定就只在这段代码里
9
发表于 2005-6-16 11:12:14 | 只看该作者
高手们再看看吧
10
发表于 2005-6-16 11:33:20 | 只看该作者
不知道CATITPSFactoryElementary的
  CreateText(CATITTRS*,CATITPSText**) 函数可不可以达到我的要求?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-12-24 01:34 , Processed in 0.027905 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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