点击查看详细介绍

[NXOpen C++] ListingWindow()

王牌飞行员 VIP会员 6年前 1573 12

购买与咨询 NX 二次开发视频教程,请联系微信号:13890821008  QQ号:85585969  


说明:消息框控制

测试代码:

#include <uf_defs.h>
#include <NXOpen/View.hxx>
#include <NXOpen/NXObject.hxx>
#include <NXOpen/Part.hxx>
#include <NXOpen/PartCollection.hxx>
#include <NXOpen/UI.hxx>
#include <NXOpen/NXMessageBox.hxx>
#include <NXOpen/ListingWindow.hxx>
#include <uf_ui.h>
using namespace NXOpen;
 
extern "C" DllExport int ufusr_ask_unload()
{
return (int)Session::LibraryUnloadOptionImmediately;
}
 
extern "C" DllExport void ufusr(char *param, int *retCode, int paramLen)
{
NXOpen::Session *theSession;
theSession= NXOpen::Session::GetSession();
NXOpen::ListingWindow *list;
list=theSession->ListingWindow();

●●●请先 登陆注册 后查看●●●


效果演示:

1

最新回复 (12)
  • kucckk 6年前
    1

    谢谢分享谢谢分享谢谢分享

  • jamsona 6年前
    2

    感谢分享。。。。

  • enricyx VIP会员 6年前
    3

    给力了,单独给抽出来了。。。。。。。。。。感谢分享

  • Zhaoyw 5年前
    4

    感谢楼主分享,谢谢!

  • 编程刘工 VIP会员 5年前
    5

    谢谢分享谢谢分享谢谢分享

  • licxsw 5年前
    6

    谢谢分享谢谢分享谢谢分享

  • yy306683560 5年前
    7

    感谢楼主分享。。

  • wch_sky 4年前
    8

    谢谢分享谢谢分享谢谢分享

  • sisi168168 4月前
    9

    谢谢分享谢谢分享谢谢分享

  • 李岚超 2月前
    10

    谢谢分享谢谢分享谢谢分享

  • laowang 1月前
    11

    楼主666,学习学习

  • Yankees 1月前
    12

    感谢楼主分享,谢谢!

请登录后发表新帖