Model |
public class ModelObjectSelector
The ModelObjectSelector type exposes the following members.
Name | Description | |
---|---|---|
![]() | ModelObjectSelector | Initializes a new instance of the ModelObjectSelector class |
![]() | ModelObjectSelector(Scene) | Initializes a new instance of the ModelObjectSelector class |
Name | Description | |
---|---|---|
![]() | GetAllObjects | 获取所有模型对象的集合 |
![]() | GetAllObjectsWithType(ModelObjectClassifyModelObjectEnum) | 获取指定分类的模型对象集合 |
![]() | GetAllObjectsWithType(DefineObjectType) | 获取指定类型的模型对象集合 |
![]() | GetEnumerator | 获取所有模型对象的集合 |
![]() | GetObjectsByBoundingBox | 获取与给定包围盒有交集的模型对象集合 |
![]() | GetSelectedObjects | 获取当前选中的模型对象集合 |
![]() | Select(ListModelObject) | 在模型中选中指定的模型对象集合 |
![]() | Select(ModelObject) | 在模型中选中指定的模型对象 |
![]() | Select(ListModelObject, Boolean) | 在模型中选中指定的模型对象集合 |
![]() | Select(ModelObject, Boolean) | 在模型中选中指定的模型对象 |