明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
12
返回列表 发新帖
楼主: mjtppf

[求助]Vc6.0+AutoCAD2002的错误

  [复制链接]
 楼主| 发表于 2006-8-17 10:16:00 | 显示全部楼层

再帮忙看看下面这个警告(有好几个,在上面的程序中可以看到)怎么消除:

if(('0'<=line[countR]<='9')||(line[countR]=='.'))产生警告
warning C4804: '<=' : unsafe use of type 'bool' in operation
是什么错误?怎样修改?

谢谢,请回复。

 楼主| 发表于 2006-8-17 11:31:00 | 显示全部楼层
ARX中有哪几种产生圆弧的函数,目前我只知道一种:圆心、半径,起始角,终止角;还有其它方法吗?比如:起点坐标、终点坐标、半径?
 楼主| 发表于 2006-8-17 13:04:00 | 显示全部楼层

ARX绘制圆弧的函数有哪些?

我知道的只有一个AcDbArc,已知圆心,半径,起始角,终止角;

还有没有其它函数,如已知起点值,半径,终点值?

 楼主| 发表于 2006-8-25 13:28:00 | 显示全部楼层

shinjikun怎么不见了,还想听你讲讲“设计模式”和文件访问的其它方法呢?

不要看到菜鸟就躲开啊!

发表于 2006-8-25 20:58:00 | 显示全部楼层

SDK的help上面有 arc 的构造函数是这样的,我想应该就像你说的那样的吧

(圆心点,半径,起始角度,终止角度)

AcDbArc(

const AcGePoint3d& center,

double radius,

double startAngle,

double endAngle);

center Input the center point of the arc
radius Input the radius of the arc
startAngle Input the starting angle of the arc
endAngle Input the ending angle of the arc

This constructor creates an arc using the values passed in. center must be in WCS coordinates. The arc is initialized with a normal of (0,0,1) and a thickness of 0.0.

 楼主| 发表于 2006-8-28 14:21:00 | 显示全部楼层

这是其它论坛回帖:

可以肯定的说,构造圆弧实体只有圆心,半径,起始角,终止角这一种,没有其它的方法。

如果要通过其它方式绘制圆弧,则需要转换成上述方法。这就是AcGe几何类发挥威力的地方。

能否介绍一下AcGe几何类的使用呢?

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

本版积分规则

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

GMT+8, 2024-11-25 23:02 , Processed in 0.164112 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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