Click or drag to resize

ModelObjectSelector Methods

返回用户文档首页

The ModelObjectSelector type exposes the following members.

Methods
 NameDescription
Public methodGetAllObjects 获取所有模型对象的集合
Public methodGetAllObjectsWithType(ModelObjectClassifyModelObjectEnum) 获取指定分类的模型对象集合
Public methodGetAllObjectsWithType(DefineObjectType) 获取指定类型的模型对象集合
Public methodGetEnumerator 获取所有模型对象的集合
Public methodGetObjectsByBoundingBox 获取与给定包围盒有交集的模型对象集合
Public methodGetSelectedObjects 获取当前选中的模型对象集合
Public methodSelect(ListModelObject) 在模型中选中指定的模型对象集合
Public methodSelect(ModelObject) 在模型中选中指定的模型对象
Public methodSelect(ListModelObject, Boolean) 在模型中选中指定的模型对象集合
Public methodSelect(ModelObject, Boolean) 在模型中选中指定的模型对象
Top
See Also