Click or drag to resize

XRayManagerSelect Method (ListInt32, Boolean, Boolean)

선택(혹은 비선택) 상태로 설정

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void Select(
	List<int> index,
	bool selection,
	bool pivot = true
)

Parameters

index
Type: System.Collections.GenericListInt32
Node Index List
selection
Type: SystemBoolean
선택 상태
pivot (Optional)
Type: SystemBoolean
회전 피봇(Pivot) 설정
See Also