iCAx开思工具箱

标题: 显示法向方向 [打印本页]

作者: 蓝摩羯    时间: 2013-6-24 20:44
标题: 显示法向方向
extern DllExport void ufusr( char *parm, int *returnCode, int rlen )
{
    /* Initialize the API environment */
    if( UF_CALL(UF_initialize()) )
    {
        /* Failed to initialize */
        return;
    }
        double junk[3],start[3],tangent[3];
        tag_t curve;
        double cursor [ 3 ];
        tag_t view;
        int response;
        int scope=UF_UI_SEL_SCOPE_NO_CHANGE;
        UF_UI_select_with_single_dialog("小Z制造","小Z制造 ",scope,NULL,NULL,&response,&curve, cursor, &view );
        UF_DISP_set_highlight(curve,0);
        UF_MODL_ask_curve_props(curve, 0.0, start, tangent, junk, junk,junk, junk);
        [hide=d100]UF_DISP_conehead_attrb_s attrb;
        int color=UF_OBJ_RED;

        UF_DISP_get_conehead_attrb(&attrb);
        attrb.color = color;
        UF_DISP_set_conehead_attrb(&attrb);

        UF_DISP_conehead(UF_DISP_ALL_ACTIVE_VIEWS, start,tangent, 0);

        UF_DISP_reset_conehead_attrb();[/hide]
    UF_CALL(UF_terminate());
}


作者: zhangyueping    时间: 2013-6-29 14:53
恩,真的不错哦,学习一下

作者: fysjtu    时间: 2013-8-16 10:28
谢谢分享!
作者: hwgy2008    时间: 2013-8-20 16:54
好东西,看一下


作者: sy_chen5    时间: 2013-8-30 12:03
学习一下,谢谢分享

作者: qingkongaaa    时间: 2013-9-16 22:41
额 看看
作者: upoint    时间: 2013-9-18 13:20
dddddddddddddd




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