Document Class |
public class Document
The Document type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ComponentOptions | 组件首选项 |
![]() | DrawingIDs | 所有图纸的ID列表 |
![]() | Drawings | 所有图纸的列表 |
![]() | FocusedDrawing | 当前打开的图纸 |
![]() | FocusedDrawingID | 当前打开的图纸ID |
![]() | FocusedScene | 当前聚焦的场景 |
![]() | GettingFocusedDrawing | 获取当前打开图纸的回调方法 |
![]() | GettingSelectedDrawings | 获取图纸列表中所选择图纸的回调方法 |
![]() | Options | 模型首选项 |
![]() | Path | 模型路径 |
![]() | SelectedDrawingIDs | 图纸列表中选中图纸的ID列表 |
![]() | SelectedDrawings | 图纸列表中选中的图纸 |
Name | Description | |
---|---|---|
![]() | GetAssemblyDrawing | 通过构件编号获取构件图 |
![]() | GetAssemblyDrawingID | 通过构件编号获取构件图ID |
![]() | GetAssemblyDrawingIDs | 通过构件编号组获取构件图列ID列表 |
![]() | GetAssemblyDrawings | 通过构件编号组获取构件图列表 |
![]() | GetDrawing | 获取指定图纸 |
![]() | GetDrawingIDsByObject(Int64) | 获取指定对象的图纸ID |
![]() | GetDrawingIDsByObject(Int64, DefineDrawingType) | 获取指定对象、指定图纸类型的图纸ID |
![]() | GetDrawingIDsByObjects(Int64) | 获取指定对象组的图纸ID列表 |
![]() | GetDrawingIDsByObjects(Int64, DefineDrawingType) | 获取指定对象组、指定图纸类型的图纸ID列表 |
![]() | GetDrawingsByObject(Int64) | 获取指定对象的图纸 |
![]() | GetDrawingsByObject(Int64, DefineDrawingType) | 获取指定对象、指定图纸类型的图纸 |
![]() | GetDrawingsByObjects(Int64) | 获取指定对象组的图纸 |
![]() | GetDrawingsByObjects(Int64, DefineDrawingType) | 获取指定对象组、指定图纸类型的图纸列表 |
![]() | GetObject | 获取对象 |
![]() | GetPartDrawing | 通过零件编号获取零件图 |
![]() | GetPartDrawingID | 通过零件编号获取零件图ID |
![]() | GetPartDrawingIDs | 通过零件编号获取零件图ID列表 |
![]() | GetPartDrawings | 通过零件编号组获取零件图列表 |
![]() | GetScene | 获取目标场景 |
![]() | IsLoaded | 模型是否加载 |
![]() | OnAppClose | 程序关闭回调 |
![]() | OnDocumentClose | 模型关闭回调 |
![]() | OnDocumentOpen | 模型打开回调 |