找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 161|回复: 0

[每日一码] AcEdCommand使用INSERT如何显示属性设置对话框

[复制链接]

1

主题

0

回帖

33

积分

管理员

积分
33
发表于 2024-3-14 20:41:22 | 显示全部楼层 |阅读模式
  1. static void testOut()
  2. {
  3.     //set vars first
  4.     struct resbuf rb;
  5.     rb.restype = RTSHORT;
  6.     rb.resval.rint = 1;
  7.     acedSetVar(L"ATTDIA", &rb);
  8.     acedSetVar(L"ATTREQ", &rb);
  9.     //block position
  10.     ads采用point pt1;
  11.     pt1[X] = pt1[Y] = 4.0;
  12.     //call command
  13.     int rterr = acedCommand ( RTSTR, L"采用.insert", RTSTR, L"myBlock", RTPOINT,
  14. pt1, RTNONE );
  15.     // ask to display attribute dialog
  16.     acedInitDialog(Adesk::kTrue);
  17.     // continue the command
  18.     acedCommand(RTREAL, 1.0,  RTREAL, 1.0, RTREAL, 0.0, RTNONE);
  19. }
复制代码
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|膜结构网

GMT+8, 2024-12-29 20:39 , Processed in 0.151890 second(s), 22 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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