Click or drag to resize

ModelObjectSelector Class

返回用户文档首页
模型对象选择器
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.SceneModelObjectSelector

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntax
C#
public class ModelObjectSelector

The ModelObjectSelector type exposes the following members.

Constructors
 NameDescription
Public methodModelObjectSelectorInitializes a new instance of the ModelObjectSelector class
Public methodModelObjectSelector(Scene)Initializes a new instance of the ModelObjectSelector class
Top
Methods
 NameDescription
Public methodGetAllObjects 获取所有模型对象的集合
Public methodGetAllObjectsWithType(ModelObjectClassifyModelObjectEnum) 获取指定分类的模型对象集合
Public methodGetAllObjectsWithType(ModelObjectClassifyModelObjectEnum) 获取指定一组分类的模型对象集合
Public methodGetAllObjectsWithType(DefineObjectType) 获取指定类型的模型对象集合
Public methodGetAllObjectsWithType(DefineObjectType) 获取指定一组类型的模型对象集合
Public methodGetEnumerator 获取所有模型对象的集合
Public methodGetFilteredObjectsWithType 获取指定分类的且通过筛选的模型对象集合
Public methodGetObjectsByBoundingBox 获取与给定包围盒有交集的模型对象集合
Public methodGetSelectedObjects 获取当前选中的模型对象集合
Public methodSelect(ListModelObject) 在模型中选中指定的模型对象集合
Public methodSelect(ModelObject) 在模型中选中指定的模型对象
Public methodSelect(ListModelObject, Boolean) 在模型中选中指定的模型对象集合
Public methodSelect(ModelObject, Boolean) 在模型中选中指定的模型对象
Top
See Also