明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2171|回复: 7

请问版主,我为什么设置AngBase变量不能成功???附代码。

[复制链接]
发表于 2005-1-8 19:12:00 | 显示全部楼层 |阅读模式
struct resbuf rb, rb1,rb2,rb3;
acedGetVar("ANGDIR", &rb);
rb1.restype = RTSHORT;
rb1.resval.rint =1;
if (acedSetVar("ANGDIR", &rb1) != RTNORM)
{
acedAlert("设置系统变量ANGDIR时出错");
return ; // Setvar failed.
}
acedGetVar("ANGBASE", &rb2); rb3.restype = RTREAL;
rb3.resval.rint = 270.0;
if (acedSetVar("ANGBASE", &rb3) != RTNORM)
{
acedAlert("设置系统变量ANGBASE时出错");
return ; // Setvar failed.
}
 楼主| 发表于 2005-1-8 19:20:00 | 显示全部楼层
我想把初起始角度改成正北方向, 可是不成功,烦版主帮忙。
发表于 2005-1-8 20:23:00 | 显示全部楼层
acedGetVar("ANGBASE", &rb2); rb3.restype = RTREAL;
rb3.resval.rint = 270.0;
好好看看这两句,不匹配啊!
 楼主| 发表于 2005-1-11 18:22:00 | 显示全部楼层
谢谢,我太粗心了.
发表于 2005-1-19 10:54:00 | 显示全部楼层
怎么改啊
发表于 2005-1-19 11:26:00 | 显示全部楼层
rb3.restype = RTREAL;
rb3.resval.rint =HBlc/1000.00;
if (acedSetVar("dimlfac", &rb3) != RTNORM)
{
acedAlert("设置系统变量dimlfac时出错");
return ; // Setvar failed.
}
为什么出错
发表于 2005-1-20 08:47:00 | 显示全部楼层
没人答我自己明白了
发表于 2005-1-20 09:31:00 | 显示全部楼层
恭喜,自己学会的东西是最牢固的
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-26 08:16 , Processed in 0.188081 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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