明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1592|回复: 1

请教如何修改线型?

[复制链接]
发表于 2006-5-9 23:18:00 | 显示全部楼层 |阅读模式

 AcDbCircle *pCir1;                      
 AcGePoint3d point1;                    
 AcGeVector3d nrm1=AcGeVector3d(0,0,1);    

 point1.x=500;point1.y=500;point1.z=0;

 pCir1=new AcDbCircle(point1,nrm1,da);  

 pBlockTableRecord->appendAcDbEntity(objId,pCir1);         
 pCir1->close();   
怎样把这个圆的线型改成虚线或者点划线

 麻烦说具体点,小弟是新学的

发表于 2006-5-10 18:46:00 | 显示全部楼层

用以下的函数:

virtual Acad::ErrorStatus
setLinetype(
    const char* newVal,

    Adesk::Boolean doSubents = Adesk::kTrue);

newVal Input name of the LinetypeTableRecord to be referenced by the entity
doSubents Input Boolean indicating whether to propagate the change to any subentities the entity may own

不过要注意你要设置的线型要存在才有正确结果.

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

本版积分规则

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

GMT+8, 2024-11-25 23:38 , Processed in 0.174502 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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