본문으로 건너뛰기

GetBoundBoxVertex

Overloads

NameDescription
GetBoundBoxVertex(List<int> index)[바운드 박스] Vertex 좌표 반환
GetBoundBoxVertex(List<Node> node)[바운드 박스] Vertex 좌표 반환

GetBoundBoxVertex(List<int> index)

public BoundBoxParameter GetBoundBoxVertex(List&lt;int&gt; index)

[바운드 박스] Vertex 좌표 반환

Parameters

NameTypeDescription
indexList<int>노드 인덱스

Returns

TypeDescription
BoundBoxParameterBoundBox Parameter

GetBoundBoxVertex(List<Node> node)

public BoundBoxParameter GetBoundBoxVertex(List&lt;Node&gt; node)

[바운드 박스] Vertex 좌표 반환

Parameters

NameTypeDescription
nodeList<Node>노드

Returns

TypeDescription
BoundBoxParameterBoundBox Parameter