Click or drag to resize

Object3DManagerGetNodeFromDepthAmongParts Method

Node 목록에서 지정된 Depth의 노드 목록 반환

Namespace:  VIZCore3DX.NET.Manager
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public List<Node> GetNodeFromDepthAmongParts(
	int depth,
	List<Node> nodes
)

Parameters

depth
Type: SystemInt32
노드 Depth
nodes
Type: System.Collections.GenericListNode
node 목록

Return Value

Type: ListNode
Part 목록에서 지정된 Depth의 노드 목록
See Also