iCAx开思工具箱

标题: 【求助】怎么样在UG OPEN/API中找到关于求曲线与曲线交点的函数? [打印本页]

作者: himray    时间: 2007-9-17 20:10
标题: 【求助】怎么样在UG OPEN/API中找到关于求曲线与曲线交点的函数?
Sample TextSample Text求助版主:
怎样在NX 3 Help Library----NX Open ----Open C Reference Guide 中找到,求曲线与曲线交点的函数呢?
作者: cftlin    时间: 2007-9-17 20:50
extern UFUNEXPORT int UF_CURVE_intersect
(
    tag_t  curve,             /* <I> object id of the curve or edge  */
    tag_t  entity,            /* <I> object id of the curve, edge, face,
                                 single face body, plane or datum plane */
    double ref_point[3],      /* <I> reference point to select from
                                 multiple intersections, intersection closest
                                 to this point will be output */
    UF_CURVE_intersect_info_p_t out_info /* <O> - intersection information */
);
在UGOPEN\uf_curve.h文件中,你可以去查看一下其具体功能是不是你要找的API。




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3