|  | MeshEditManagerCreateNodes Method (ListInt32, ListInt32, ListNodeKind, ListString) | 
 
            복수개의 노드 생성
            
 
    Namespace: 
   VIZCore3D.NET.Manager
    Assembly:
   VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.902 (2.8.25.902)
 Syntax
Syntaxpublic void CreateNodes(
	List<int> id,
	List<int> parentId,
	List<NodeKind> kind,
	List<string> name
)
Parameters
- id
- Type: System.Collections.GenericListInt32
 생성할 노드 아이디
- parentId
- Type: System.Collections.GenericListInt32
 생성할 노드의 부모 아이디
- kind
- Type: System.Collections.GenericListNodeKind
 노드의 유형
- name
- Type: System.Collections.GenericListString
 노드 이름
 See Also
See Also