Click or drag to resize

DetailPlugin Class

返回用户文档首页
细部插件
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.PluginsPluginBase
    LoongCAD.STC.Friendly.PluginsComponentPluginBase
      LoongCAD.STC.Friendly.PluginsDetailPlugin

Namespace: LoongCAD.STC.Friendly.Plugins
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public abstract class DetailPlugin : ComponentPluginBase

The DetailPlugin type exposes the following members.

Properties
 NameDescription
Public propertyGuid
(Inherited from ComponentPluginBase)
Public propertyIdentifier 同Guid
(Inherited from PluginBase)
Public propertyPositions 组件控制点列表
(Inherited from ComponentPluginBase)
Public propertyPrimatry 主零件ID
Top
Methods
 NameDescription
Public methodIsDefaultValue(Double) 检查浮点参数是否为默认值
(Inherited from PluginBase)
Public methodIsDefaultValue(Int32) 检查32位整数参数是否为默认值
(Inherited from PluginBase)
Public methodIsDefaultValue(Int64) 检查64位长整数参数是否为默认值
(Inherited from PluginBase)
Public methodIsDefaultValue(String) 检查字符串是否为默认值
(Inherited from PluginBase)
Public methodRun 组件运行函数
Top
See Also