Click or drag to resize

PartProperties Class

返回用户文档首页
零件属性集
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.PluginsPartProperties
    LoongCAD.STC.PluginsBeamProperties
    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 PartProperties

The PartProperties type exposes the following members.

Constructors
 NameDescription
Public methodPartProperties 默认构造函数
Top
Methods
 NameDescription
Public methodApplyToPart 将属性应用到目标零件中
Public methodStatic memberParseNoStartPostFix 从起始编号、编号后缀复合属性中拆分属性
Public methodSetProps 从属性数据设置每个属性变量
Top
Fields
 NameDescription
Public fieldAssNoPostfix 构件编号后缀
Public fieldAssNoPrefix 构件编号前缀
Public fieldAssNoStart 构件起始编号
Public fieldMaterial 零件材质
Public fieldName 零件名称
Public fieldNoPostfix 编号后缀
Public fieldNoPrefix 编号前缀
Public fieldNoStart 起始编号
Top
See Also