iCAx开思工具箱

标题: Ug二次开发问题! [打印本页]

作者: hustszh    时间: 2005-9-6 22:33
标题: Ug二次开发问题!
我的想法是:通过单对象选择对话框选取当前工作部件中的圆弧,然后通过一函数得到圆弧的圆心和直径,请问有这样的函数吗?
不胜感激各位大虾!
作者: halm    时间: 2005-9-7 09:43
extern int UF_CURVE_ask_arc_data (
tag_t arc,
UF_CURVE_arc_p_t arc_coords );
  
struct UF_CURVE_arc_s {
    tag_t       matrix_tag;             /* matrix for the CSYS the arc is in */
    double      start_angle;            /* expressed in radians */
    double      end_angle;              /* expressed in radians */
    double      arc_center [ 3 ];       /* center of the arc */
    double      radius;                 /* radius of the arc */
} ;
作者: hustszh    时间: 2005-9-7 09:50
谢谢halm!!!




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