본문으로 건너뛰기

GetBoundBox

Overloads

NameDescription
GetBoundBox(List<Node> node, bool visibleOnly)지정된 노드의 BoundBox 반환
GetBoundBox(List<int> index, bool visibleOnly)지정된 인덱스의 BoundBox 반환

GetBoundBox(List<Node> node, bool visibleOnly)

public BoundBox3D GetBoundBox(List&lt;Node&gt; node, bool visibleOnly)

지정된 노드의 BoundBox 반환

Parameters

NameTypeDescription
nodeList<Node>노드
visibleOnlybool보이는 모델만

Returns

TypeDescription
BoundBox3DBoundBox

GetBoundBox(List<int> index, bool visibleOnly)

public BoundBox3D GetBoundBox(List&lt;int&gt; index, bool visibleOnly)

지정된 인덱스의 BoundBox 반환

Parameters

NameTypeDescription
indexList<int>노드 인덱스
visibleOnlybool보이는 모델만

Returns

TypeDescription
BoundBox3DBoundBox