;; Logische Tabelle Kühl_Senkung erstellen ;; Lochtype Sackloch (9) (in-package :cad-cam-link-customization) (sd-create-logical-table "mach_adv_library_flat_blindhole-drill_dia-table" :columns '( :description :drill_dia :drill_depth) :columnNames ' ("Type" "BD" "BT") :keyColumns '(:description :drill_dia :drill_depth) :secured nil :types '( :string :length :length) :units '(nil :mm :mm) :contents '( ("M10x1" 20 18) ("M14x1.5" 26 20))) ;;---- Display Tabelle für Kühl_Senkung erstellen (sd-create-display-table "mach_adv_library_flat_blindhole-drill_dia-table" :tableTitle "Kuehl_Senkung neu " :logicalTable "mach_adv_library_flat_blindhole-drill_dia-table" :columns '(:description :drill_dia :drill_depth) :filterStatusLine nil :applyColumns '(:drill_dia :drill_depth) :selectionMode :single-row :applyAction :default-tokens ) ;;---------------------------- Beschriftung für Kühl_Senkung im 3D-Annotation anpassen (MACHADV_SET_FEATURE_FLAG_TEXT :feature_type "mach_adv_library_flat_blindhole" :feature_flagstring "K_Senkung~%BD={1} BT={2}" ) (MACHADV_SET_FEATURE_ABBREVIATION :feature_type "" :feature_abbrev "K_Senkung" ) ;; Machining aufrufen create_custom_feature "mach_adv_library_flat_blindhole"