Click or drag to resize

IVIZZARDServiceGetObjectsBBox Method

지정된 모델의 BoundBox 정보 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
List<float[]> GetObjectsBBox(
	int[] NodeIndex
)

Parameters

NodeIndex
Type: SystemInt32
노드 인덱스 배열

Return Value

Type: ListSingle
Min X, Min Y, Min Z, Max X, Max Y, Max Z
See Also