コード例 #1
0
 public MeshContour(MeshContourTree graph, int id, int level) : this(graph, id)
 {
     Level = level;
 }
コード例 #2
0
 public MeshContour(MeshContourTree graph, int id)
 {
     this.graph = graph;
     ID         = id;
 }