zoukankan      html  css  js  c++  java
  • 【NX二次开发】Block UI 指定点

    属性说明

    属性   类型   描述
      常规         
       BlockID    String    控件ID
       Enable    Logical    是否可操作
       Group    Logical    是否分组
       Label    Utfstring    标题
       Show    Logical    是否可见
      其他         
       附件         
        Bottom    Attachment    底部
        Left    Attachment   
        Right    Attachment   
        Top    Attachment    顶部
      特定于块         
       AutomaticProgression    Logical    自动跳到下一个控件
       BalloonTooltipImage    String    标题气泡提示图片
       BalloonTooltipLayout    Enum    标题气泡提示类型
       BalloonTooltipText    Utfstring    标题气泡提示文本
       CreateInterpartLink    Logical    是否显示部件间连接
       EnableFacetSelection    Logical    是否支持面上的选择
       InterpartSelection    Enum    部件间选择设置
       LabelString    Utfstring    标签标题
       SnapPointTypesEnabled    Bits    设置捕捉点类型的可见性
       SnapPointTypesOnByDefault    Bits    设置捕捉点内容被启用
       StepStatus    Enum    设置确定和应用按钮高亮

    【NX二次开发】Block UI 指定点

    double SelectPoint1[3]={0.0,0.0,0.0};
    Point3d originPt = this->point0->GetProperties()->GetPoint("Point"); SelectPoint1[0]=originPt.X; SelectPoint1[1]=originPt.Y; SelectPoint1[2]=originPt.Z;
    this->point0->GetProperties()->SetLogical("Show",true);

    【NX二次开发】获取“指定点”控件面上的点对应的面。

  • 相关阅读:
    转载:一句代码改变Swing难看的字体
    生产者消费者问题c语言实现
    水题~~~~HDU 4788
    html中dom居中的5种方式
    scss中的三角函数
    nuxt基础Ⅱ
    nuxt基础Ⅰ
    win10软件安装出现错误代码2503/2502
    npm淘宝镜像安装
    axios的使用
  • 原文地址:https://www.cnblogs.com/KMould/p/13354328.html
Copyright © 2011-2022 走看看