Click or drag to resize

PluginContext Interface

返回用户文档首页
插件运行环境

Namespace: LoongCAD.STC.Friendly
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public interface PluginContext

The PluginContext type exposes the following members.

Properties
 NameDescription
Public propertyRunningComponent 当前运行中的组件实例,如非组件插件,则为null
Public propertyScene 当前场景
Top
See Also