Document Methods |
The Document type exposes the following members.
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 | 模型打开回调 |