Click or drag to resize

WasherItem Class

返回用户文档首页
螺栓垫片配置
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.CatalogsBaseBoltItem
    LoongCAD.STC.Friendly.CatalogsWasherItem

Namespace: LoongCAD.STC.Friendly.Catalogs
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntax
C#
public class WasherItem : BaseBoltItem

The WasherItem type exposes the following members.

Constructors
 NameDescription
Public methodWasherItemInitializes a new instance of the WasherItem class
Public methodWasherItem(String)Initializes a new instance of the WasherItem class
Top
Properties
 NameDescription
Public propertyCalcThick 
Public propertyDiameter
(Inherited from BaseBoltItem)
Public propertyInnerDiameter 
Public propertyLength
(Inherited from BaseBoltItem)
Public propertyName
(Inherited from BaseBoltItem)
Public propertyOutterDiameter 
Public propertyRealThick 
Public propertyStandard
(Inherited from BaseBoltItem)
Public propertyType
(Inherited from BaseBoltItem)
Public propertyWeight
(Inherited from BaseBoltItem)
Top
Methods
 NameDescription
Public methodDelete 删除螺栓配置
(Inherited from BaseBoltItem)
Public methodExport 导出螺栓配置
(Inherited from BaseBoltItem)
Public methodInsert 创建螺栓配置
(Inherited from BaseBoltItem)
Public methodModify 修改螺栓配置
(Inherited from BaseBoltItem)
Public methodSelect 同步当前名称的螺栓数据到此对象
(Inherited from BaseBoltItem)
Public methodSelect(String) 同步给定名称的螺栓数据到此对象
(Inherited from BaseBoltItem)
Top
See Also