Click or drag to resize

Document Class

返回用户文档首页
模型文档,包含整个模型所有的对象数据
Inheritance Hierarchy
SystemObject
  LoongCAD.STCDocument

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class Document

The Document type exposes the following members.

Constructors
 NameDescription
Public methodDocument 默认构造函数
Top
Properties
 NameDescription
Public propertyCode exampleComponentOptions 组件首选项
Public propertyFocusedScene 当前聚焦的场景
Public propertyOptions 模型首选项
Public propertyPath 模型路径
Top
Methods
 NameDescription
Public methodGetObject 获取对象
Public methodGetScene 获取目标场景
Public methodOnAppClose 程序关闭回调
Public methodOnDocumentClose 模型关闭回调
Public methodOnDocumentOpen 模型打开回调
Top
See Also