Click or drag to resize

IVIZZARDServiceGetObjectsInObbArea Method

영역 내의 모델 리스트 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
List<int> GetObjectsInObbArea(
	float[] Origin,
	float[] DirVec,
	float AxisLen,
	int[] NodeIndex,
	CrossBoundBox CrossBoundBox
)

Parameters

Origin
Type: SystemSingle
Position - X, Y, Z
DirVec
Type: SystemSingle
축 방향 벡터
AxisLen
Type: SystemSingle
축 방향 거리
NodeIndex
Type: SystemInt32
노드 인덱스 배열
CrossBoundBox
Type: SHConnectorCrossBoundBox
Fullycontained(0) - Fully contained object inside box
IncludingPart(1) - Containing objects located at the boundary

Return Value

Type: ListInt32
An array of type Int32, containing the node index
노드 인덱스 배열
See Also