找回密码
 立即注册

QQ登录

只需一步,快速开始

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

如何更改AcDbDimension文本颜色?

[复制链接]

0

主题

0

回帖

26

积分

管理员

积分
26
发表于 2024-3-4 08:56:29 | 显示全部楼层 |阅读模式
  1. Lisp
  2. (vlax-put-property (vlax-ename->vla-object (car (entsel))) 'TEXTCOLOR 3)
  3. ARX:
  4. AcDbObjectPointer<AcDbDimension> pDimension(mSelectId, AcDb::kForWrite);
  5.         if (eOkVerify(pDimension.openStatus())) return;
  6.         AcCmColor col = pDimension->dimclrt();
  7.         col.setColorIndex(static采用cast<Adesk::UInt16>(3));
  8.         if (eOkVerify(pDimension->setDimclrt(col))) return;
复制代码
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-12-28 14:21 , Processed in 0.120260 second(s), 22 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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