Click or drag to resize

BoltBasicPropertyPanel Class

返回用户文档首页
螺栓标准等属性的复合控件,包含以下属性:
  1. bolt_size – [double] 螺栓尺寸
  2. bolt_standard – [string] 螺栓标准
  3. hole_tol – [double] 孔容差范围
  4. thread_in_mtrl – [int] 孔是否包含螺纹
  5. made_type0 – [int, 可选] 第一组螺栓组装类型(工厂/工地)
  6. made_type1 – [int, 可选] 第二组螺栓组装类型(工厂/工地)
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              LoongCAD.UIParamPanelBase
                LoongCAD.UI.ComponentBoltBasicPropertyPanel

Namespace: LoongCAD.UI.Component
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class BoltBasicPropertyPanel : ParamPanelBase

The BoltBasicPropertyPanel type exposes the following members.

Constructors
 NameDescription
Public methodBoltBasicPropertyPanel 构造函数
Top
Properties
 NameDescription
Public propertyBoltStandardChanged 螺栓标准变化的回调函数
Public propertyControlCheckName 复合参数是否启用的CheckBox控件名称
(Inherited from ParamPanelBase)
Public propertyStatic memberEmptyValue 各个子属性留空时的值
Public propertyEnableHoleTolControls孔尺寸控件的可见性
Public propertyEnableMadeTypeControl工厂/工地控件的可见性
Public propertyEnableThreadControls螺纹控件的可见性
Public propertyMadeType0Text 第一组螺栓工厂/工地控件文本
Public propertyMadeType1Text 第二组螺栓工厂/工地控件文本
Public propertyParamName 复合参数名称
(Inherited from ParamPanelBase)
Public propertyPlaceholder 水印数据
(Inherited from ParamPanelBase)
Top
Methods
 NameDescription
Public methodClearParameter 清空参数
(Overrides ParamPanelBaseClearParameter)
Public methodClearPlaceholder 清空占位符
(Inherited from ParamPanelBase)
Public methodGetParameter 获取参数
(Inherited from ParamPanelBase)
Public methodGetParameter(ListControl, Boolean) 获取参数
(Inherited from ParamPanelBase)
Public methodOnBoltStandardChanged 螺栓标准变化时执行的方法
Public methodRefreshControls 刷新螺栓标准列表及螺栓尺寸类别
Public methodSetParameter 设置参数
(Inherited from ParamPanelBase)
Public methodUpdateLayout 更新当前控件面板的布局
Top
Fields
See Also