Click or drag to resize

CustomPlugin Class

返回用户文档首页
自定义组件插件
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.PluginsPluginBase
    LoongCAD.STC.Friendly.PluginsComponentPluginBase
      LoongCAD.STC.Friendly.PluginsCustomPlugin

Namespace: LoongCAD.STC.Friendly.Plugins
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public abstract class CustomPlugin : ComponentPluginBase, 
	IDefineInputPlugin

The CustomPlugin type exposes the following members.

Properties
 NameDescription
Public propertyGuid 当前插件的唯一标识符
(Inherited from PluginBase)
Public propertyIdentifier 同Guid
(Inherited from PluginBase)
Public propertyPositions 组件控制点列表
(Inherited from ComponentPluginBase)
Top
Methods
 NameDescription
Public methodBeginModify 对模型场景开始一次修改
(Inherited from PluginBase)
Public methodDefineInput 定义用户输入函数
Public methodEndModify 对模型场景结束一次修改
(Inherited from PluginBase)
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