| IVIZZARDServiceGetObjectsInArea Method |
일정 영역 안의 모델리스트를 반환
Namespace:
SHConnector
Assembly:
SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax List<int> GetObjectsInArea(
float[] MinMax,
int[] NodeIndex,
CrossBoundBox CrossBoundBoxType
)
Parameters
- MinMax
- Type: SystemSingle
Min X, Min Y, Min Z, Max X, Max Y, Max Z - NodeIndex
- Type: SystemInt32
노드 인덱스 배열 - CrossBoundBoxType
- Type: SHConnectorCrossBoundBox
Fullycontained(0) - Fully contained object inside box
IncludingPart(1) - Containing objects located at the boundary
Return Value
Type:
ListInt32노드 인덱스 배열
See Also