| SelectionBoxManagerGetObject3DIndex Method |
선택상자에 포함된 개체를 반환
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public List<int> GetObject3DIndex(
int id,
BoundBoxSearchOption option,
bool visibleOnly = true
)
Parameters
- id
- Type: SystemInt32
선택상자 아이디(ID) - option
- Type: VIZCore3D.NET.DataBoundBoxSearchOption
모델 포함 옵션 - visibleOnly (Optional)
- Type: SystemBoolean
조회 개체 구분. True : 보이는 개체만 검색, False : 전체 개체 검색
Return Value
Type:
ListInt32개체 목록
See Also