var fDesc=new Array(); fDesc[0] = "CutLeader is a CAD/CAM software for CNC cutting machine (laser, plasma, waterjet, router, foam cut) with true shape nesting

function list:
1. true shape automatic nesting
2. auto separate DXF/DWG file
3. export nesting result to DXF file
4. common cutting
5. bridge cutting
6. sequence optimization
7. spline/curve optimization
8. material stock library management
9. nesting report with cutting info statistics
10. cut avoidance management
11. remnant material management and nesting
12. collision auto detection and correction


Difference from competitors:
1. automatic nesting supported
2. 3rd generation CAD/CAM software with ribbon interface, fast to learn and easy to use
3. power postprofessor supports all brand of cutting machines
4. spline and curve auto optimization, reduce 90% lines and arcs quantity
5. affordable price, every one can use the most advanced CNC programming software and benefit from it.

other functions
1. expert cutting parameter management (lead in/out, microjoint, corner feature, sequence and NC generation)
2. CAD part design supported
3. work report customization
4. DXF/DWG import with auto clean"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }