Click or drag to resize

BoltHolePanel Class

返回用户文档首页
螺栓孔属性的复合控件,包含以下属性:
  1. hole_x – [double] 孔开槽的X值
  2. hole_y – [double] 孔开槽的Y值
  3. hole_type – [int] 孔类型
  4. rot_slot – [int] 开槽旋转方式
  5. slot_in – [in] 在哪些零件中开槽
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              LoongCAD.UIParamPanelBase
                LoongCAD.UI.ComponentBoltHolePanel

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

The BoltHolePanel type exposes the following members.

Constructors
 NameDescription
Public methodBoltHolePanel 默认构造函数
Top
Properties
 NameDescription
Public propertyControlCheckName 复合参数是否启用的CheckBox控件名称
(Inherited from ParamPanelBase)
Public propertyStatic memberEmptyValue 各个子属性留空时的值
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 methodSetParameter 设置参数
(Inherited from ParamPanelBase)
Top
See Also