Beispiel #1
0
 //添加工序节点的函数
 //插入节点坐标的位置:
 //原    新(index)
 //		0
 //0-------
 //		1
 //1-------
 //		2
 //2-------
 //		3 or -1
 //--------
 /// <summary>
 /// 添加工序节点
 /// </summary>
 /// <param name="index">插入节点坐标的位置</param>
 private void AddGongxuFun(int index)
 {
     XML3DPPM.AddGongxu(index, "普通工序", XmlFile, TemplateXML);
 }