zoukankan      html  css  js  c++  java
  • 【NX二次开发】Block UI 截面构建器

    属性说明

    属性   类型   描述
      常规         
       BlockID    String    控件ID
       Enable    Logical    是否可操作
       Group    Logical    是否分组
       Show    Logical    是否可见
      对齐         
       PointOverlay    Logical    是否显示捕捉点
       SmartUpdateOption    Enum    智能更新选项
       SnapPointTypesEnabled    Bits    设置捕捉点类型的可见性
       SnapPointTypesOnByDefault    Bits    设置捕捉点内容被启用
      其他         
       附件         
        Bottom    Attachment    底部
        Left    Attachment   
        Right    Attachment   
        Top    Attachment    顶部
      特定于块         
       AllowConvergentObject    Logical    允许选择收敛体
       AllowSelfIntersecting    Logical     
       AutomaticProgression    Logical    自动跳到下一个控件
       BalloonTooltipImage    String    标题气泡提示图片
       BalloonTooltipLayout    Enum    标题气泡提示类型
       BalloonTooltipText    Utfstring    标题气泡提示文本
       Bitmap    String    控件位图
       BlendVirtualCurveOverlay    Logical    是否显示虚拟交线
       CreateInterpartLink    Logical    是否显示部件间连接
       Cue    Utfstring    提示
       InterpartSelection    Enum    部件间选择设置
       LabelString    Utfstring    标签标题
       ShowFlowDirectionAndOriginCurve    Logical    显示指定原始曲线控件 
       StepStatus    Enum    设置确定和应用按钮高亮
       ToolTip    Utfstring    动态提示文本标题
      选择意图         
       AllowInferredCurveSelection    Logical    是否允许交叉曲线选择
       AllowStopAtIntersectionFollowFillet    Logical    是否允许相关的选择意图
       AngularTolerance    Double    角度公差
       ChainWithinFeature    Logical    特征内是否成链
       CurveRules    Bits    曲线规则
       DefaultCurveRules    Enum    默认曲线规则
       EntityType    Bits    实体类型
       FollowFillet    Logical    是否跟随圆角
       InferredCurveSelection    Logical    是否启用路径选择
       StopAtIntersection    Logical    相交处停止
  • 相关阅读:
    多个断言连续执行pytest-assume && try except assert 错误思路
    allure钩子函数 && selenium 截图的四种方式 && allure集成错误截图报告
    --clean-alluredir && 用例优先级@allure.severity
    参数化(parametrize)allure用例描述的两种方式 第二种重点
    allure step 编写测试用例的两种方式
    allure与测试用例的故事 feature story title issue
    windows安装jenkins并集成allure 附jenkins插件安装缓慢问题
    git 使用开发 pycharm远程提交到仓库
    Java 集合框架
    Java 迭代器iterator
  • 原文地址:https://www.cnblogs.com/KMould/p/13354202.html
Copyright © 2011-2022 走看看