Click or drag to resize

NutItem Class

返回用户文档首页
螺母配置
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.CatalogsBaseBoltItem
    LoongCAD.STC.Friendly.CatalogsNutItem

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 NutItem : BaseBoltItem

The NutItem type exposes the following members.

Constructors
 NameDescription
Public methodNutItemInitializes a new instance of the NutItem class
Public methodNutItem(String)Initializes a new instance of the NutItem class
Top
Properties
 NameDescription
Public propertyCalcThick 
Public propertyDiameter
(Inherited from BaseBoltItem)
Public propertyInnerDiameter 
Public propertyLength
(Inherited from BaseBoltItem)
Public propertyName
(Inherited from BaseBoltItem)
Public propertyRealThick 
Public propertySpanSize 
Public propertyStandard
(Inherited from BaseBoltItem)
Public propertyTopDiameter 
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