明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1959|回复: 5

在arx中 如何获得角度值

[复制链接]
发表于 2006-8-25 22:56:00 | 显示全部楼层 |阅读模式

在arx中 如何直接获得角度值

(360度格式,非弧度数值)

比如 输入15 ,即角度为15度

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

怎么没人能帮我?

发表于 2006-8-28 15:43:00 | 显示全部楼层

ARX有一个全局函数AcUtAngle();

原型及解释如下,在ARX的帮助中有:

ads_real

acutAngle(

const ads_point pt1,

const ads_point pt2);

pt1 Description to come
pt2 Description to come

Finds the angle between a line and the current X axis.

Returns the angle of the line defined by pt1 and pt2. The acutAngle() function measures the angle from the X axis of the current User Coordinate System (UCS), with the angle increasing in the counterclockwise direction. It returns the value in radians. This function treats pt1 and pt2 as two-dimensional points; it ignores their Z coordinates, in effect projecting the line onto the current construction plane.

不过返回的是弧度值,需要转换为角度值。

发表于 2006-8-28 15:44:00 | 显示全部楼层
不好意思,函数名写错了,是acutAngle,不是AcUtAngle
 楼主| 发表于 2006-8-29 16:55:00 | 显示全部楼层

您好像没看懂我的意思

应该是这样

从键盘输入 15 给参数 angle

则angle=15度,

就像输入ads_real 一样的

 

 

发表于 2006-8-30 10:44:00 | 显示全部楼层

好象不能直接做,但是你可以从程序里,将弧度值修改为角度值,然后赋 给一个变量,很简单的

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

本版积分规则

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

GMT+8, 2024-11-25 22:50 , Processed in 0.185232 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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