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

iCAx开思网

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

[讨论] 请问:求长度的函数是哪个?

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

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

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

x
请问:UG OPEN FOR C求长度的函数是哪个?  我是求的是曲线的长度
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2010-2-21 14:13:18 | 只看该作者
如果用.NET做的话应该是这个
measureLength = workpart.MeasureManager.NewLength(nullUnit, line_objects)
API 不是很清楚哪个。。没做过
3
发表于 2010-2-23 21:26:22 | 只看该作者
/****************************************************************************
Computes the arc length of a curve between two input parameters.

Environment: Internal  and  External

See Also:

History:
****************************************************************************/
extern UFUNEXPORT int UF_CURVE_ask_arc_length (
tag_t curve_tag ,/* <I>
                 Tag of curve to query for arc length
                 */
double start_param ,/* <I>
                    Start parameter of the curve from which the arc
                    length is to be calculated.
                    */
double end_param ,/* <I>
                  End parameter of the curve to which the arc length
                  is to be calculated.
                  */
UF_MODL_units_t unit_flag ,/* <I>
                           Any one of  the following enumerated constants:
               UF_MODL_UNITS_PART - same as parts units
               UF_MODL_INCH              - inches
               UF_MODL_MMETER    - millimeters
               UF_MODL_CMETER     - centimeters
               UF_MODL_METER        - meters
                           */
double* arc_length  /* <O>
                    arc length of the curve from start_param to end_param.
                    */
);
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2024-12-26 03:14 , Processed in 0.031608 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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