Click or drag to resize

BeamPropertyPanel Class

返回用户文档首页
梁属性复合控件,包含一下梁属性
  1. profile – 截面
  2. no_prefix – 编号前缀
  3. no_start_posfix – 起始编号及编号后缀
  4. no_start_postfix – 起始编号及编号后缀
  5. ass_no_prefix – 构件编号前缀
  6. material – 材质
  7. name – 名称
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              LoongCAD.UIParamPanelBase
                LoongCAD.UI.ComponentBeamPropertyPanel

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

The BeamPropertyPanel type exposes the following members.

Constructors
 NameDescription
Public methodBeamPropertyPanel 构造函数
Top
Properties
 NameDescription
Public propertyAssemblyNumberPrefix 构件编号前缀
Public propertyAssemblyNumberPrefixEmpty 构件编号前缀是否为空
Public propertyClassLevalChangedHandler 颜色等级变化的事件处理器
Public propertyClassLevel 零件颜色等级
Public propertyClassLevelEmpty 零件颜色等级是否为空
Public propertyControlCheckName 复合参数是否启用的CheckBox控件名称
(Inherited from ParamPanelBase)
Public propertyStatic memberEmptyValue 各个子属性留空时的值
Public propertyEnableAssemblyNumberControls 是否启用构件编号控件
Public propertyEnableClassControls 是否启用颜色等级控件
Public propertyEnableFinishControls 是否启用抛光控件
Public propertyEnableHeaderControls 是否启用头部面板名称控件
Public propertyEnableMaterialControls 是否启用材质控件
Public propertyEnableNameControls 是否启用名称控件
Public propertyEnableNumberControls 是否启用编号控件
Public propertyEnableProfileControls 是否启用截面控件
Public propertyEnableTitleControls 是否启用标题控件
Public propertyFinishChangedHandler 抛光变化的事件处理器
Public propertyHeaderName 头部名称
Public propertyMaterialChangedHandler 材质变化的事件处理器
Public propertyNameChangedHandler 零件名称变化的事件处理器
Public propertyParamName 复合参数名称
(Inherited from ParamPanelBase)
Public propertyPartFinish 零件抛光
Public propertyPartFinishEmpty 零件抛光是否为空
Public propertyPartMaterial 零件材质
Public propertyPartMaterialEmpty 零件材质是否为空
Public propertyPartName 零件名称
Public propertyPartNameEmpty 零件名称是否为空
Public propertyPartNumberPrefix 零件编号前缀
Public propertyPartNumberPrefixEmpty 零件编号前缀是否为空
Public propertyPartNumberStart 零件起始编号
Public propertyPartNumberStartEmpty 零件起始编号是否为空
Public propertyPartProfile 零件截面
Public propertyPlaceholder 水印数据
(Inherited from ParamPanelBase)
Public propertyProfileChangedHandler 
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 methodSetParameter 设置参数
(Inherited from ParamPanelBase)
Public methodUpdateLayout 更新复合面板的内部布局,此方法会根据内部子控件的可见性进行自动排布
Top
See Also