Click or drag to resize

PlateProperties Class

返回用户文档首页
与板属性面板所对应的板属性集
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.PluginsPartProperties
    LoongCAD.STC.PluginsPlateProperties

Namespace: LoongCAD.STC.Plugins
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class PlateProperties : PartProperties

The PlateProperties type exposes the following members.

Constructors
 NameDescription
Public methodPlateProperties 默认构造函数
Top
Methods
 NameDescription
Public methodApplyToPart 将属性应用到目标零件中
(Inherited from PartProperties)
Public methodSetProps 从属性数据设置每个属性变量
(Overrides PartPropertiesSetProps(DObject))
Top
Fields
 NameDescription
Public fieldAssNoPostfix 构件编号后缀
(Inherited from PartProperties)
Public fieldAssNoPrefix 构件编号前缀
(Inherited from PartProperties)
Public fieldAssNoStart 构件起始编号
(Inherited from PartProperties)
Public fieldHeight 矩形板高度
Public fieldMaterial 零件材质
(Inherited from PartProperties)
Public fieldName 零件名称
(Inherited from PartProperties)
Public fieldNoPostfix 编号后缀
(Inherited from PartProperties)
Public fieldNoPrefix 编号前缀
(Inherited from PartProperties)
Public fieldNoStart 起始编号
(Inherited from PartProperties)
Public fieldThickness 板厚度
Public fieldWidth 矩形板宽度
Top
See Also