iCAx开思工具箱

标题: caa 求助: 插入annotation [打印本页]

作者: catiaNew    时间: 2006-3-22 13:42
标题: caa 求助: 插入annotation
各位:

   我嘗試加入一個annotation 在已選擇的面上, 但是annotation 是加在面的中間, 而不是我點的那點.
  以下是用來加annotation 的code
  
CATSO* pSO = new CATSO;
pSO->Empty();
pSO->AddElement(pathElement,0); //pathElement 是從catcso list 拿出來的, 是當前選的entity

CATMathPlane Plane = CATMathOIJ;
CATITPSText * piText = NULL;
hr = piFactAdv->CreateTextOnGeometry(pSO, &Plane, &textString, &piText); //piFactAdv是 instance of CATITPSFactoryAdvanced

但我看見一個例子, 它可以將annotation 加在所click 的位置上, 它是用CATSO * pSelection = _pAgentGeometry -> GetListOfValues(); _pAgentGeometry 是一個instance of CATPathElementAgent, 而我是 new 一個catso 出來.
作者: xyzhu    时间: 2006-3-22 19:52
我猜可以这样:
CATITPSText QI 到CATIDrwAnnotation, 那里有Move, Rotate, SetPosition...
不过从来没做过.
作者: 老凡    时间: 2014-6-3 16:55
求助Annotation
作者: 老凡    时间: 2014-6-3 16:56
求助,这个pathElement是怎么定义和赋值的呢




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