Model |
public class ModelObject
The ModelObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | Enabled | 对象是否启用 |
![]() | Guid | 对象GUID |
![]() | Id | 同Identifier, 缩写 |
![]() | Identifier | 对象ID |
![]() | Label | 对象标签, 标签用于插件中识别每次刷新修改的物体 |
![]() | Locked | 对象是否锁定 |
![]() | Parent | 父对象 |
![]() | Phase | 阶段号 |
![]() | Scene | |
![]() | Type | 核心对象类型 |
Name | Description | |
---|---|---|
![]() | Delete | 从场景删除对象 |
![]() | GetBoundingBox | 获取对象在世界空间的包围盒 |
![]() | GetCoordinateSystem | 获取对象在场景空间的坐标系 |
![]() | GetLabel | 获取对象标签, 标签用于插件中识别每次刷新修改的物体 |
![]() | GetPhase | 获取阶段号 |
![]() | GetReportProperty(String, Point) | |
![]() | GetReportProperty(String, Vector) | |
![]() | GetReportProperty(String, Double) | |
![]() | GetReportProperty(String, Int32) | |
![]() | GetReportProperty(String, Int64) | |
![]() | GetReportProperty(String, String) | |
![]() | Insert | 将对象插入场景 |
![]() | Modify | 将对象属性同步到场景 |
![]() | Refresh | 刷新对象 |
![]() | Select | 同Sync, 将场景中数据同步到对象 |
![]() | SetLabel | 设置对象标签, 标签用于插件中识别每次刷新修改的物体 |
![]() | SetPhase | 设置阶段号 |
![]() | Sync | 将场景中数据同步到对象 |