본문으로 건너뛰기

AddCustomBoundBoxByPlane

Overloads

NameDescription
AddCustomBoundBoxByPlane(List<int> index, Vector3D normal)[사용자 정의] 특정 면의 방향에 맞는 BoundBox 측정 추가
AddCustomBoundBoxByPlane(List<Node> node, Vector3D normal)[사용자 정의] 특정 면의 방향에 맞는 BoundBox 측정 추가

AddCustomBoundBoxByPlane(List<int> index, Vector3D normal)

public int AddCustomBoundBoxByPlane(List&lt;int&gt; index, Vector3D normal)

[사용자 정의] 특정 면의 방향에 맞는 BoundBox 측정 추가

Parameters

NameTypeDescription
indexList<int>노드 인덱스
normalVector3D면 방향(Normal)

Returns

TypeDescription
int측정(리뷰) 아이디(ID)

AddCustomBoundBoxByPlane(List<Node> node, Vector3D normal)

public int AddCustomBoundBoxByPlane(List&lt;Node&gt; node, Vector3D normal)

[사용자 정의] 특정 면의 방향에 맞는 BoundBox 측정 추가

Parameters

NameTypeDescription
nodeList<Node>노드
normalVector3D면 방향(Normal)

Returns

TypeDescription
int측정(리뷰) 아이디(ID)