;+++++++++++++++++++++++++++++++++++++++++++ ;Tabelle für Zylinderstift-Bohrungen in machining ;24.11.2011 mbk ;+++++++++++++++++++++++++++++++++++++++++++ (in-package :cad-cam-link-customization) (use-package :oli) (sd-create-logical-table "mach_adv_library-blindhole-drill_dia-table" :columns ' (:description :drill_dia :drill_depth ) :columnNames ' ("Beschreibung" "Bohrdurchmesser" "Bohrtiefe" ) :types ' (:string :length :length ) :units ' (nil :mm :mm ) :contents ' ( ("Durchmesser 0.00" 0 0 ) ("3.0" 3.0 5.0 ) ("3.0" 3.0 6.0 ) ("3.0" 3.0 8.0 ) ("3.0" 3.0 10.0 ) ("4.0" 4.0 5.0 ) ("4.0" 4.0 6.0 ) ("4.0" 4.0 8.0 ) ("4.0" 4.0 10.0 ) ("5.0" 5.0 5.0 ) ("5.0" 5.0 6.0 ) ("5.0" 5.0 8.0 ) ("5.0" 5.0 10.0 ) ("6.0" 6.0 5.0 ) ("6.0" 6.0 6.0 ) ("6.0" 6.0 8.0 ) ("6.0" 6.0 10.0 ) ("6.0" 6.0 12.0 ) ("8.0" 8.0 5.0 ) ("8.0" 8.0 6.0 ) ("8.0" 8.0 8.0 ) ("8.0" 8.0 10.0 ) ("8.0" 8.0 12.0 ) ("Durchmesser 0.04" 0 0 ) ("3.04" 3.04 5.0 ) ("3.04" 3.04 6.0 ) ("3.04" 3.04 8.0 ) ("3.04" 3.04 10.0 ) ("4.04" 4.04 5.0 ) ("4.04" 4.04 6.0 ) ("4.04" 4.04 8.0 ) ("4.04" 4.04 10.0 ) ("5.04" 5.04 5.0 ) ("5.04" 5.04 6.0 ) ("5.04" 5.04 8.0 ) ("5.04" 5.04 10.0 ) ("6.04" 6.04 5.0 ) ("6.04" 6.04 6.0 ) ("6.04" 6.04 8.0 ) ("6.04" 6.04 10.0 ) ("6.04" 6.04 12.0 ) ("8.04" 8.04 5.0 ) ("8.04" 8.04 6.0 ) ("8.04" 8.04 8.0 ) ("8.04" 8.04 10.0 ) ("8.04" 8.04 12.0 ) ); end contents ); end sd-create-logical-table (sd-create-display-table "mach_adv_library-blindhole-drill_dia-table" :tableTitle (F2::lola_mesg "Bohrungen fuer Zylinderstifte - Spitz" 16 "browser_tag" "") :logicalTable "mach_adv_library-blindhole-drill_dia-table" :columns '(:description :drill_dia :drill_depth) :filterStatusLine nil :applyColumns '(:drill_dia :drill_depth) :selectionMode :single-row :applyAction :default-tokens )