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, 可选] 第二组螺栓组装类型(工厂/工地)
  7. stud_length – [double, 可选] 剪力钉长度
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: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public class BoltBasicPropertyPanel : ParamPanelBase

The BoltBasicPropertyPanel type exposes the following members.

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