找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 16735|回复: 7
打印 上一主题 下一主题

[求助] 访问圆弧,得到他的起点和终点坐标?

[复制链接]
跳转到指定楼层
1
发表于 2009-2-11 12:17:31 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多同行朋友,交流,分享,学习。

您需要 登录 才可以下载或查看,没有帐号?注册

x
各位大侠,访问圆弧得到起始角度和终止角度,怎样把角度转化为坐标值?得到他的起点和终点坐标值,ug里有没有类似的函数?谢谢了!!!
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2009-2-14 08:36:21 | 只看该作者
UF_MODL_ask_curve_props直接得到坐标
3
发表于 2009-2-15 13:23:21 | 只看该作者
支持楼上,我的问题就是用这个函数解决的,让我少走了很多弯路
4
发表于 2009-2-16 22:07:01 | 只看该作者
好像还有个start和end的函数吧
5
发表于 2009-2-17 08:42:53 | 只看该作者
UF_MODL_ask_curve_props

Returns the point, tangent, unit principal normal, unit binormal,
torsion, and radius of curvature on a curve at a given parameter.
The input curve parameter, parm, is normalized between 0 and 1.

UF_EVAL_evaluate should be used to evaluate curves and edges instead
of using this routine. For a full circle, the routines may return
different results, as the parameterization of the circle may be done in
two different directions.



See Also
UF_EVAL_evaluate






extern int UF_MODL_ask_curve_props (
tag_t curve_id,
double parm,
double point[ 3 ],
double tangent[ 3 ],
double p_norm[ 3 ],
double b_norm[ 3 ],
double * torsion,
double * rad_of_cur );

tag_t  curve_id Input Curve identifier.
double  parm Input Curve parameter.
double  point[ 3 ] Output Point on curve (3 element array).
double  tangent[ 3 ] Output Tangent of curve (3 element array).
double  p_norm[ 3 ] Output Unit Principal normal of curve (3 element array).
double  b_norm[ 3 ] Output Unit Binormal of curve (3 element array).
double *  torsion Output Torsion.
double *  rad_of_cur Output Radius of Curvature.

Environment
Internal and External
起点和终点坐标是哪个?
6
发表于 2009-2-17 11:29:59 | 只看该作者
回cam_yp兄:
double parm这个参数设为0,就是起点坐标,设为1就是终点坐标
7
发表于 2009-2-17 12:46:49 | 只看该作者
原帖由 zhangcanwei 于 2009-2-17 11:29 发表
回cam_yp兄:
double parm这个参数设为0,就是起点坐标,设为1就是终点坐标

要同时得到起点和终点,是不是要ASK 2次?
8
发表于 2009-2-17 16:34:08 | 只看该作者
对,这是个笨函数,要“连问”两次。 不过这个函数很有效!有的函数好像会出错

[ 本帖最后由 zhangcanwei 于 2009-2-17 17:06 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2025-1-1 07:52 , Processed in 0.031561 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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