| Object3DManagerGetNodeFromDepthAmongParts Method |
Part 목록에서 지정된 Depth의 노드 목록 반환
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public List<Node> GetNodeFromDepthAmongParts(
int depth,
List<Node> parts,
bool includeNodePath = false
)
Parameters
- depth
- Type: SystemInt32
노드 Depth - parts
- Type: System.Collections.GenericListNode
Part 목록 - includeNodePath (Optional)
- Type: SystemBoolean
노드 패스 정보 포함 여부
Return Value
Type:
ListNodePart 목록에서 지정된 Depth의 노드 목록
See Also