Click or drag to resize

WeldPropertyPanel Class

返回用户文档首页
  1. size_up – [double] 线上部分:焊缝尺寸
  2. size_down – [double] 线下部分:焊缝尺寸
  3. weld_type_up – [int] 线上部分:焊缝类型
  4. weld_type_down – [int] 线下部分:焊缝类型
  5. groove_angle_up – [double] 线上部分:焊缝角度
  6. groove_angle_down – [double] 线下部分:焊缝角度
  7. weld_contour_up – [int] 线上部分:焊缝轮廓
  8. weld_contour_down – [int] 线下部分:焊缝轮廓
  9. weld_finish_up – [int] 线上部分:焊缝抛光
  10. weld_finish_down – [int] 线下部分:焊缝抛光
  11. length_up – [double] 线上部分:焊缝长度
  12. length_down – [double] 线下部分:焊缝长度
  13. pitch_up – [double] 线上部分:焊缝斜度
  14. pitch_down – [double] 线下部分:焊缝斜度
  15. root_face_up – [double] 线上部分:钝边高度
  16. root_face_down – [double] 线下部分:钝边高度
  17. eff_throat_up – [double] 线上部分:有效喉深
  18. eff_throat_down – [double] 线下部分:有效喉深
  19. root_gap_up – [double] 线上部分:对接间隙
  20. root_gap_down – [double] 线下部分:对接间隙
  21. edge_around – [int] 焊缝边缘
  22. made_type – [int] 工厂/工地
  23. stitch_weld – [int] 是否跳焊
  24. ref_text – [string] 参考文本
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              LoongCAD.UIParamPanelBase
                LoongCAD.UI.ComponentWeldPropertyPanel

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

The WeldPropertyPanel type exposes the following members.

Constructors
 NameDescription
Public methodWeldPropertyPanel 默认构造函数
Top
Properties
 NameDescription
Public propertyControlCheckName 复合参数是否启用的CheckBox控件名称
(Inherited from ParamPanelBase)
Public propertyStatic memberEmptyValue 各个子属性留空时的值
Public propertyEnableTitleControls 是否开启标题栏控件
Public propertyHeaderName 头部名称
Public propertyParamName 复合参数名称
(Inherited from ParamPanelBase)
Public propertyPlaceholder 水印数据
(Inherited from ParamPanelBase)
Top
Methods
 NameDescription
Public methodClearParameter 清空参数
(Inherited from ParamPanelBase)
Public methodClearPlaceholder 清空占位符
(Inherited from ParamPanelBase)
Public methodGetParameter 获取参数
(Inherited from ParamPanelBase)
Public methodGetParameter(ListControl, Boolean) 获取参数
(Inherited from ParamPanelBase)
Public methodStatic memberParseNativeProps 将控件参数解析为原生属性,如将下拉框选中项解析为原生属性枚举值
Public methodSetParameter 设置参数
(Inherited from ParamPanelBase)
Top
See Also