Click or drag to resize

ComponentPluginBase Class

返回用户文档首页
组件插件基类
Inheritance Hierarchy

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 ComponentPluginBase : PluginBase

The ComponentPluginBase type exposes the following members.

Properties
 NameDescription
Public propertyGuid 当前插件的唯一标识符
(Inherited from PluginBase)
Public propertyIdentifier 同Guid
(Inherited from PluginBase)
Public propertyPositions 组件控制点列表
Top
Methods
 NameDescription
Public methodBeginModify 对模型场景开始一次修改
(Inherited from PluginBase)
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)
Top
See Also