明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1189|回复: 1

[求助]怎样修改已知图层的颜色?

[复制链接]
发表于 2006-3-28 12:54:00 | 显示全部楼层 |阅读模式
假如我想修改 "0" 图层的颜色为 红色,请问怎么实现?
我查 开发包里是这样写的
void  setColor(const AcCmColor & color);

color
Input MSITStore:C:\Program%20Files\ObjectArx2002\docs\arxref.chm::/AcCm/AcCmColor/AcCmColor.htm" target="_blank" >AcCmColor object containing the AutoCAD color index to be used

This function sets the layer to use the AutoCAD color index contained within color.
The color value is used for DXF group code 62.
这个参数我没写过,假如我想把他变成 红色 ,请问怎么设置这个参数??
 
 楼主| 发表于 2006-3-28 15:25:00 | 显示全部楼层

呵呵,已解决了。如下所示:

 AcCmColor col;
 col.setColorIndex(1);//红色
 pLayerTableRecord->setColor(col);

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-26 02:05 , Processed in 0.151854 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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