var fDesc=new Array(); fDesc[0] = "Actify Automatic Parts Labeling is a plugin for SpinFire software.
A new markup menu item brings up a panel to set the options for the markup creation. The panel will allow the user to set the following:
-Apply markup to all parts, all sub assemblies or single part/sub assembly
-Select markup content
Name
Number
-Set background color
-Set font for markup
On execution the markup will be created for every visible part or sub assembly in the tree when the “Apply markup” option is set to “all parts” or “all assemblies”. If set to single part, the user will be prompted to select the part from screen."; 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 = ''; } }