Click or drag to resize

ModelObjectSelectorSelect(ArrayList, Boolean) Method

返回用户文档首页
在模型中选中指定的模型对象集合

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntax
C#
public bool Select(
	ArrayList objs,
	bool bShowDims
)

Parameters

objs  ArrayList
要选中的模型对象序列
bShowDims  Boolean
是否显示尺寸标注

Return Value

Boolean
See Also