天气与日历 切换到窄版

 找回密码
 立即注册
中国膜结构网
十大进口膜材评选 十大国产膜材评选 十大膜结构设计评选 十大膜结构公司评选
查看: 152|回复: 0

[每日一码] 事物处理中亮显AcDb2dPolyline的顶点

[复制链接]
  • TA的每日心情
    开心
    昨天 06:36
  • 签到天数: 15 天

    [LV.4]偶尔看看III

    105

    主题

    11

    回帖

    1308

    积分

    管理员

    积分
    1308
    QQ
    发表于 2024-3-14 19:40:25 | 显示全部楼层 |阅读模式
    1. AcTransaction::getObject().
    2. Here's a snippet to illustrate:
    3. //pPline points to an AcDb2dPolyline open for Read.
    4. AcDbObjectIterator *pVertIter= pPline->vertexIterator();
    5. AcDbObjectId vertexObjId;
    6. //start a transaction
    7. AcTransaction *pTrans = actrTransactionManager->startTransaction();
    8. assert(pTrans != NULL);
    9. //iterate through the oldstyle pline
    10. //highlight each segment as you go
    11. //numVerts == number of vertices in polyline
    12. for (int vertexNumber = 0;  vertexNumber < numVerts - 1;
    13.      vertexNumber++, pVertIter->step())
    14.      {
    15.          vertexObjId = pVertIter->objectId();
    16.          ads采用name ename;
    17.          acdbGetAdsName(ename, vertexObjId);
    18.          ads采用redraw(ename, 3);
    19.          //pause for user to see the effect
    20.          ads采用getstring(0, "\nPress return to continue: ", dummy);
    21.          //always balance ads采用redraw highlight calls in R14
    22.          ads采用redraw(ename, 4);
    23.      }
    24. actrTransactionManager->endTransaction();
    25. delete pVertIter;
    复制代码

     

     

     

     

    [每日一码] 事物处理中亮显AcDb2dPolyline的顶点
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    QQ|Archiver|中国膜结构网|中国膜结构协会|进口膜材|国产膜材|ETFE|PVDF|PTFE|设计|施工|安装|车棚|看台|污水池|中国膜结构网_中国空间膜结构协会

    GMT+8, 2024-11-1 13:40 , Processed in 0.149015 second(s), 27 queries .

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

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