본문으로 건너뛰기

ModelTreeNode Constructors

Overloads

NameDescription
ModelTreeNode()생성자
ModelTreeNode(ModelTreeNodeKind type, long entityId, Dictionary<long, ModelTreeNode> nodes, Dictionary<long, long> childParentRelationMap, Dictionary<int, List<NodeAttribute>> propTable)생성자
ModelTreeNode(ModelTreeNodeKind type, long entityId, Dictionary<long, ModelTreeNode> nodes, Dictionary<long, long> childParentRelationMap, Dictionary<int, List<NodeAttribute>> propTable, BoundBox3D boundBox)생성자
ModelTreeNode(string name, ModelTreeNodeKind type, long entityId)생성자

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&lt;long, ModelTreeNode&gt; nodes, Dictionary&lt;long, long&gt; childParentRelationMap, Dictionary&lt;int, List&lt;NodeAttribute&gt;&gt; propTable)

생성자

Parameters

NameTypeDescription
typeModelTreeNodeKind노드 유형
entityIdlong엔티티 아이디
nodesDictionary<long, ModelTreeNode>노드 정보
childParentRelationMapDictionary<long, long>부모-자식 관련 정보
propTableDictionary<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&lt;long, ModelTreeNode&gt; nodes, Dictionary&lt;long, long&gt; childParentRelationMap, Dictionary&lt;int, List&lt;NodeAttribute&gt;&gt; propTable, BoundBox3D boundBox)

생성자

Parameters

NameTypeDescription
typeModelTreeNodeKind노드 유형
entityIdlong엔티티 아이디
nodesDictionary<long, ModelTreeNode>노드 정보
childParentRelationMapDictionary<long, long>부모-자식 관련 정보
propTableDictionary<int, List<NodeAttribute>>속성 정보
boundBoxBoundBox3DBound Box

ModelTreeNode(string name, ModelTreeNodeKind type, long entityId)

public ModelTreeNode(string name, ModelTreeNodeKind type, long entityId)

생성자

Parameters

NameTypeDescription
namestring노드 이름
typeModelTreeNodeKind노드 유형
entityIdlong엔티티 아이디