ModelTreeNode Constructors
Overloads
ModelTreeNode()
public ModelTreeNode()
생성자
ModelTreeNode(ModelTreeNodeKind type, long entityId, Dictionary<long, ModelTreeNode> nodes, Dictionary<long, long> childParentRelationMap, Dictionary<int, List<NodeAttribute>> propTable)
public ModelTreeNode(ModelTreeNodeKind type, long entityId, Dictionary<long, ModelTreeNode> nodes, Dictionary<long, long> childParentRelationMap, Dictionary<int, List<NodeAttribute>> propTable)
생성자
Parameters
| Name | Type | Description |
|---|---|---|
| type | ModelTreeNodeKind | 노드 유형 |
| entityId | long | 엔티티 아이디 |
| nodes | Dictionary<long, ModelTreeNode> | 노드 정보 |
| childParentRelationMap | Dictionary<long, long> | 부모-자식 관련 정보 |
| propTable | Dictionary<int, List<NodeAttribute>> | 속성 정보 |
ModelTreeNode(ModelTreeNodeKind type, long entityId, Dictionary<long, ModelTreeNode> nodes, Dictionary<long, long> childParentRelationMap, Dictionary<int, List<NodeAttribute>> propTable, BoundBox3D boundBox)
public ModelTreeNode(ModelTreeNodeKind type, long entityId, Dictionary<long, ModelTreeNode> nodes, Dictionary<long, long> childParentRelationMap, Dictionary<int, List<NodeAttribute>> propTable, BoundBox3D boundBox)
생성자
Parameters
| Name | Type | Description |
|---|---|---|
| type | ModelTreeNodeKind | 노드 유형 |
| entityId | long | 엔티티 아이디 |
| nodes | Dictionary<long, ModelTreeNode> | 노드 정보 |
| childParentRelationMap | Dictionary<long, long> | 부모-자식 관련 정보 |
| propTable | Dictionary<int, List<NodeAttribute>> | 속성 정보 |
| boundBox | BoundBox3D | Bound Box |
ModelTreeNode(string name, ModelTreeNodeKind type, long entityId)
public ModelTreeNode(string name, ModelTreeNodeKind type, long entityId)
생성자
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | 노드 이름 |
| type | ModelTreeNodeKind | 노드 유형 |
| entityId | long | 엔티티 아이디 |