ࡱ> MOHIJKLqcbjbjt+t+"AA_] Ik kkkkkkk$?l3n4k 4ki iii ] k\:\ ki@ikk tIqMik;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Description: SolidDesigner's default "Available Commands" file ; ; (C) Copyright 1997-2000 CoCreate Software GmbH, all rights reserved. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; This file contains definitions of commands which can be used ;; on user defined toolbars, popup menus and in the menubar. ;; ;; Each command can be uniquely identified by the triple ;; "Application" - "Group" - "Command Name" ;; ;; This file contains definitions of commands which can be used in ;; "All" applications (the first section of this file) and commands which ;; are specific to just "SolidDesigner" (the rest of this file). ;; "All" means that even if you run "Annotation", the commands of the "All" ;; application will be accessible. ;; ;; A line like (:Application "All") indicates, that all following command ;; definitions will belong to the "All" application. This statement is ;; valid until the next (:Application "Other Application") line occurs. ;; Here this will be (:Application "SolidDesigner") later in this file. ;; ;; A line like (:Group "Miscellaneous" :title "Miscellaneous") ;; indicates, that all following command definitions will go into the ;; "Miscellaneous" group. The group name (here "Miscellaneous") will ;; remain the same, even if you run a localized version of SolidDesigner. ;; Just the string after :title will be presented to the user and ;; will be localized. The "current group" remains the same for all ;; following command descriptions until a different (:Group "ABC" ...) ;; line occurs. ;; ;; ;; Command Format Description ;; -------------------------- ;; "first string" {STRING}: ;; Command Name - unique command name within a group and application ;; ":title" {STRING}: ;; The localized name of the command to appear in the user interface. ;; This string is displayed as tooltip as well if the command is ;; used in a toolbar with icons. If this string is not given, the ;; non-localizable command name is taken as :title. ;; ":action" {STRING | LISP form}: ;; The action of the button. A STRING will be executed using ;; 'sd-put-buffer' and a LISP form will be executed directly. ;; ":description" {STRING}: ;; Optional explanation of the command and its action. ;; ":image" {STRING}: ;; Specification of an image file to be used as toolbar image. ;; On Windows NT/2000 this image has to be in BMP format and ;; will be searched in the directory ;; bitmaps/bmp/commands/"image-string" ;; where image string could contain further directories like ;; "application"/"group". The physical image file in the specified ;; directory has to have the file extension ".bmp". ;; The directory search order is the following: ;; 1. $WINNT/Profiles/'username'/Application Data/CoCreate/ .. ;; .. SolidDesigner/sd_customize/bitmaps/bmp/commands/ ;; 2. $SDSITECUSTOMIZEDIR/bitmaps/bmp/commands/ ;; 3. $SDCORPCUSTOMIZEDIR/bitmaps/bmp/commands/ ;; 4. $SDINSTALLDIR/personality/bitmaps/bmp/commands/ ;; On UNIX the image is supposed to be in XPM format. The physical ;; image file has to have the file extension ".xpm". ;; even if "image-name" contains further directory specifications, ;; these directories will be ignored and only the filename portion ;; is considered. ;; The image file ("icon-file".xpm) is searched in the following ;; directories (N=icon width, M=icon height (usually 24 both): ;; 1. $HOME/sd_customize/pixmaps/NxM ;; 2. $SDSITECUSTOMIZEDIR/pixmaps/NxM ;; 3. $SDCORPCUSTOMIZEDIR/pixmaps/NxM ;; 4. $SDINSTALLDIR/personality/pixmaps/NxM ;; ":ui-behavior" {KEYWORD}: ;; Optional keyword which indicates how the UI of the command should ;; behave. Possible values: :default, :none or :relative. ;; If nothing is specified :default will be used. ;; ":accelerator" {STRING}: [Windows NT/2000 only!, ignored on UNIX] ;; Specification of a keyboard accelarator for this command. ;; Might be a combination of: ;; - Shift, Ctrl, Alt ;; - a character or number ;; - F1 ... F12 ;; - NumPad0 ... NumPad9 ;; separated by a space " " ;; Examples: "Shift Ctrl A" "Ctrl NumPad5" ;; ":sysCmdId" {NUMBER}: ;; [Windows NT/2000 only!, ignored on UNIX] ;; Windows specific commands which are not defined as LISP functions ;; or action routines. Commands with this parameter specified will ;; be ignored on UNIX. ;; ":range" {LIST}: ;; [Windows NT/2000 only!, ignored on UNIX] ;; Specification of a range button which can be used on toolbars. ;; See "Preselection" command in this file for an example. ;; ":enable" {LISP expression}: ;; [Windows NT/2000 only!, ignored on UNIX] ;; This can be either a single LISP global variable or a single ;; LISP expression (not a (progn ...) expression!). If the variable ;; or expression evaluates to T (true) at runtime, this command ;; is accessible by the user otherwise this command will be greyed ;; out. If no :enable expression is given for a command, the command ;; is accessible all the time. ;; ":context-enable" {LISP expression}: ;; [Windows NT/2000 only!, ignored on UNIX] ;; Similar to ":enable" but this expression decides whether the ;; command if used on a viewport context menu will be accessible ;; or not (greyed out). If not given, the command will be accessible ;; on a context menu without restrictions. ;;===== Commands valid in all Applications ==================================== (:Application "All") ;;----- All: Miscellaneous ---------------------------------------------------- (:Group "Miscellaneous" :title "Miscellaneous") ("OK" :title "OK" :action "complete" :description "Terminates a pending command" :image "All/Miscellaneous/ok") ("Cancel" :title "Cancel" :action "cancel" :description "Cancels a pending command" :image "All/Miscellaneous/cancel") ("Cancel All" :title "Cancel All" :action "cancel_all" :description "Cancels all pending commands" :image "All/Miscellaneous/cancel_all") ("Customize ..." :title "&Customize ..." :sysCmdId 32774 ;; ID_VIEW_CUSTOMIZE :description "Customize Toolbars, Menubar, Popup menus and Keyboard") ("Activated Applications" :title "Activated Applications" :sysCmdId 38900 :description "Will be replaced at runtime with the activated applications") ("Modules ..." :title "&Modules ..." :action (ui::uic-show-module-controller) :description "Shows a menu to load additional Modules and Applications") ("Exit" :title "E&xit SolidDesigner" :action "exit" :image "All/Miscellaneous/exit" :description "Exits SolidDesigner") ("SolidDesigner" :title "SolidDesigner" :action (oli::sd-switch-application "SolidDesigner") :description "Switches to application SolidDesigner" ;; :image "All/Miscellaneous/solid_designer" ) ("SheetAdv" :title "SheetAdvisor" :action (oli::sd-switch-application "SheetAdvisor") :description "Switches to application SheetAdvisor" ;; :image "All/Miscellaneous/sheet_advisor" ) ("Annotation" :title "Annotation" :action (oli::sd-switch-application "Annotation") :description "Switches to application Annotation" ;; :image "All/Miscellaneous/annotation" ) ("PCB I/F" :title "PCB I/F" :action (oli::sd-switch-application "PCB I/F") :description "Switches to application PCB I/F" ;; :image "All/Miscellaneous/pcb_if" ) ("SolidLib" :title "SolidLibrary" :action (oli::sd-switch-application "SolidLibrary") :description "Switches to application SolidLibrary" ;; :image "All/Miscellaneous/solid_library" ) ("PartAdviser" :title "PartAdviser" :action (oli::sd-switch-application "PartAdviser") :description "Switches to application PartAdviser" ;; :image "All/Miscellaneous/part_adviser" ) ("Des.Adv." :title "DesignAdvisor" :action (oli::sd-switch-application "DesignAdvisor") :description "Switches to application DesignAdvisor" ;; :image "All/Miscellaneous/design_advisor" ) ("ToleranceAdvisor" :title "ToleranceAdvisor" :action (oli::sd-switch-application "ToleranceAdvisor") :description "Switches to application ToleranceAdvisor" ;; :image "All/Miscellaneous/tolerance_advisor" ) ;;----- All: Filing ----------------------------------------------------------- (:Group "Filing" :title "Filing") ("Edit File ..." :title "Edit File ..." :action "edit" :description "Allows to open a file in a text editor") ("Remote ..." :title "Remote ..." :action (ui::uic-show-remote-menu) :description "Shows a menu for remote operation" :enable frame2::*remote-initialized*) ("CD -> HOME" :title "CD -> HOME" :action (ui::uic-cd-home) :description "Sets the current directory to the users home or profile directory" :image "All/Filing/cd_home") ;;----- All: Print ------------------------------------------------------------ (:Group "Print" :title "Print") ("Print Setup ..." :title "Prin&t Setup" :sysCmdId #xE106 ;; ID_FILE_PRINT_SETUP :description "Change the printer and printing options") ;;----- All: Edit --------------------------------------------------- (:Group "Edit" :title "Edit") ("Copy" :title "&Copy" :sysCmdId #xE122 ;; ID_EDIT_COPY :description "Copy the selection and put it on the Clipboard" :accelerator "Ctrl C" :image "SolidDesigner/Edit/copy") ("Paste" :title "&Paste" :sysCmdId #xE125 ;; ID_EDIT_PASTE :description "Insert Clipboard contents" :accelerator "Ctrl V" :image "SolidDesigner/Edit/paste") ("Paste Special..." :title "Paste &Special..." :sysCmdId #xE127 ;; ID_EDIT_PASTE_SPECIAL :description "Insert Clipboard contents with options" :image "SolidDesigner/Edit/specialPaste") ;;----- All: Help ------------------------------------------------------------- (:Group "Help" :title "Help") ("Help On SolidDesigner" :title "Help On SolidDesigner" :action (ui::uic-show-help-menu) :image "SolidDesigner/Help/help_on_sd" :description "Toolbox with Help Commands") ("CoCreate on the Web" :title "CoCreate on the Web" :action (oli::sd-display-url "http://www.cocreate.com") :description "CoCreate Home Page" :image "SolidDesigner/Help/cocreate_on_the_web") ("About SolidDesigner ..." :title "&About SolidDesigner ..." :sysCmdId #xE140 ;; ID_APP_ABOUT :description "Display program information, version number and copyright" :image "SolidDesigner/Help/AboutSolidDesigner") ("Task Index" :title "Task Index" :action "info :tasks" :description "Help index for tasks" :image "SolidDesigner/Help/help_task_index") ("Command Index" :title "Command Index" :action "info :commands" :description "Help index for commands" :image "SolidDesigner/Help/help_cmd_index") ("On Context" :title "On Context" :action "info :context" :description "Help on current context" :accelerator "F1" :image "SolidDesigner/Help/help_on_context") ("On Product" :title "On Product" :action "info :soliddesigner" :description "Help on product" :image "SolidDesigner/Help/help_on_product") ("On Interface" :title "On Interface" :action "info :uinterface" :description "Help on user interface" :image "SolidDesigner/Help/help_on_interface") ("On Keyword..." :title "On Keyword..." :action "ui::uic-help-on-keyword" :description "Help on keyword" :ui-behavior :relative :image "All/Help/help_on_keyword") ("On Help" :title "On Help" :action "info :help" :description "Help on help itself" :image "SolidDesigner/Help/help_on_help") ("On Concepts" :title "On Concepts" :action "info :concepts" :description "Help on concepts" :image "SolidDesigner/Help/help_on_concepts") ("What's New" :title "What's New" :action "info :whatsnew" :description "What's New" :image "SolidDesigner/Help/WhatsNew") ("Tip of the Day" :title "Tip of the Day" :sysCmdId 184 ; CG_IDS_TIPOFTHEDAYHELP :description "Show Tip of the Day" :image "SolidDesigner/Help/tip_of_the_day") ;;----- All: View ------------------------------------------------------------- (:Group "View" :title "View") ("MainTask Bar" :title "Mai&nTask Bar" :sysCmdId 32786 ;; ID_VIEW_MAINTASKBAR :description "Show or hide main task bar") ("Enter Command" :title "&User Input Line" :sysCmdId 32773 ;; ID_VIEW_ENTER_COMMAND :description "Show or hide enter command line") ("Status Bar" :title "Stat&us Bar" :sysCmdId #xE801 ;; ID_VIEW_STATUS_BAR :description "Show or hide the status bar") ("Console" :title "&Console" :sysCmdId 32777 ;; ID_SHOW_HIDE_CONSOLE :description "Show or hide the console") ("Catch" :title "C&atch" :sysCmdId 32775 ;; ID_VIEW_CATCHBAR :description "Show or hide the catch bar") ("Toolbox" :title "&Toolbox" :sysCmdId 32787 ;; ID_VIEW_USER_TOOLBAR :description "Show or hide the toolbox") ("Browser Bar" :title "&Browser Bar" :sysCmdId 32776 ;; ID_VIEW_BROWSERBAR :description "Show or hide the browser dialog bar") ("Structure Browser" :title "&Structure Browser" :action (g-browser::sd-show-graphical-browser "parcel-gbrowser") :description "Shows the structure browser" :image "SolidDesigner/View/structure_browser" :accelerator "F11") ("Drawlist Browser" :title "&Drawlist Browser" :action (g-browser::sd-show-graphical-browser "drawlist-gbrowser") :description "Shows the drawlist browser" :image "SolidDesigner/Drawlist/drawlist_browser" :accelerator "F12") ("Viewport" :title "Viewport" :action (frame2-ui::show-viewport-menu) :description "Shows the viewport menu") ("Graphics Settings ..." :title "&Graphics Settings ..." :action (frame2-ui::show-general-vp-settings) :description "Changes viewport settings for all viewports") ("Contour Map Settings ..." :title "C&ontour Map Settings ..." :action (frame2-ui::show-contour-map-settings) :description "Changes contour map settings") ("Viewport Settings ..." :title "&Viewport Settings ..." :action (frame2-ui::show-vp-settings) :description "Changes lighting, coloring, direction etc of the viewport") ("Show Settings ..." :title "&Show Settings ..." :action (frame2-ui::show-show-settings) :description "Changes display option for the viewport") ("Light Settings ..." :title "L&ight Settings ..." :action (frame2-ui::show-light-settings) :description "Changes light settings for the viewport" :image "SolidDesigner/View/light_settings") ("Last View" :title "&Last View" :action (ui::uic-vp-cmd "last_window_vp") :description "Displays last view" :image "SolidDesigner/View/last_view") ("Fit" :title "&Fit" :action (ui::uic-vp-cmd "fit_vp") :description "Fits the content in the viewport" :image "SolidDesigner/View/fit_vp") ("Redraw" :title "&Redraw" :action (ui::uic-vp-cmd "redraw_vp") :description "Redraws the contents of the viewport" :image "SolidDesigner/View/redraw_vp") ("Window" :title "&Window" :action (ui::uic-vp-cmd "window_vp") :description "Defines a new viewing window" :image "SolidDesigner/View/window_vp") ("Move View Center" :title "&Move View Center" :action (ui::uic-vp-cmd "center_vp") :description "Centers the viewport" :image "SolidDesigner/View/center_vp") ("Set View Center" :title "Set View &Center" :action (ui::uic-vp-cmd "uic_set_vp_center") :description "Defines the view center by picking a point" :image "SolidDesigner/View/center_vp2" :ui-behavior :relative) ("Dynamic ..." :title "D&ynamic ..." :action (ui::uic-vp-cmd "dynamic_vp") :description "Dynamically control the viewport" :image "SolidDesigner/View/dynamic_vp") ("Zoom Out 2" :title "Zoom Out 2" :action (ui::uic-zoom-vp -2) :description "Zooms out the actual viewport by factor 2" :image "SolidDesigner/View/zoom_out_2") ("Zoom Out 5" :title "Zoom Out 5" :action (ui::uic-zoom-vp -5) :description "Zooms out the actual viewport by factor 5" :image "SolidDesigner/View/zoom_out_5") ("Zoom Out 10" :title "Zoom Out 10" :action (ui::uic-zoom-vp -10) :description "Zooms out the actual viewport by factor 140" :image "SolidDesigner/View/zoom_out_10") ("Zoom In 2" :title "Zoom In 2" :action (ui::uic-zoom-vp 2) :description "Zooms in the actual viewport by factor 2" :image "SolidDesigner/View/zoom_in_2") ("Zoom In 5" :title "Zoom In 5" :action (ui::uic-zoom-vp 5) :description "Zooms in the actual viewport by factor 5" :image "SolidDesigner/View/zoom_in_5") ("Zoom In 10" :title "Zoom In 10" :action (ui::uic-zoom-vp 10) :description "Zooms in the actual viewport by factor 10" :image "SolidDesigner/View/zoom_in_10") ("Flip View" :title "Flip View" :action (ui::uic-vp-cmd "uic_flip_vp") :description "Flips the view in the actual viewport" :image "SolidDesigner/View/flip_view") ("View by Curr WP" :title "View by Curr WP" :action (ui::uic-curr-wp-vp-cmd "uic_view_by_wp_and_fit :current :off") :description "Changes the view of the actual viewport to be orthogonal to current workplane" :image "SolidDesigner/View/view_by_curr_wp") ("View by Curr WP and Fit" :title "View by Curr WP and Fit" :action (ui::uic-curr-wp-vp-cmd "uic_view_by_wp_and_fit :current :on") :description "Changes the view of the actual viewport to be orthogonal to current workplane and fits the view" :image "SolidDesigner/View/view_by_curr_wp_fit") ("View by Any WP" :title "View by Any WP" :action (ui::uic-vp-cmd "set_vp_direction_normal_to_wp") :description "Changes the view of the actual viewport to be orthogonal to any workplane" :image "SolidDesigner/View/view_by_any_wp") ("View by Face" :title "View by Face" :action (ui::uic-vp-cmd "uic_view_by_face") :description "Changes the view of the actual viewport to be orthogonal to any face" :image "SolidDesigner/View/view_by_face") ("View by Face and Center" :title "View by Face and Center" :action (ui::uic-vp-cmd "uic_view_by_face_and_center") :description "Changes the view of the actual viewport to be orthogonal to the selected face and sets the center point for subsequent dynamic viewing operations" :image "SolidDesigner/View/view_by_face_center") ("Isometric XYZ" :title "Isometric XYZ" :action (ui::uic-set-vp-dir 1,1,1) :image "SolidDesigner/View/isometric_view_xyz") ("Isometric XY-Z" :title "Isometric XY-Z" :action (ui::uic-set-vp-dir 1,1,-1) :image "SolidDesigner/View/isometric_view_xy-z" ) ("Isometric X-Y-Z" :title "Isometric X-Y-Z" :action (ui::uic-set-vp-dir 1,-1,-1) :image "SolidDesigner/View/isometric_view_x-y-z" ) ("Isometric -XY-Z" :title "Isometric -XY-Z" :action (ui::uic-set-vp-dir -1,1,-1) :image "SolidDesigner/View/isometric_view_-xy-z" ) ("Isometric -X-Y-Z" :title "Isometric -X-Y-Z" :action (ui::uic-set-vp-dir -1,-1,-1) :image "SolidDesigner/View/isometric_view_-x-y-z" ) ("Isometric -XYZ" :title "Isometric -XYZ" :action (ui::uic-set-vp-dir -1,1,1) :image "SolidDesigner/View/isometric_view_-xyz" ) ("Isometric X-YZ" :title "Isometric X-YZ" :action (ui::uic-set-vp-dir 1,-1,1) :image "SolidDesigner/View/isometric_view_x-yz" ) ("Isometric -X-YZ" :title "Isometric -X-YZ" :action (ui::uic-set-vp-dir -1,-1,1) :image "SolidDesigner/View/isometric_view_-x-yz" ) ("View Dir X" :title "View Dir X" :action (ui::uic-set-vp-dir 1,0,0) :image "SolidDesigner/View/view_dir_x" ) ("View Dir -X" :title "View Dir -X" :action (ui::uic-set-vp-dir -1,0,0) :image "SolidDesigner/View/view_dir_-x" ) ("View Dir Y" :title "View Dir Y" :action (ui::uic-set-vp-dir 0,1,0) :image "SolidDesigner/View/view_dir_y" ) ("View Dir -Y" :title "View Dir -Y" :action (ui::uic-set-vp-dir 0,-1,0) :image "SolidDesigner/View/view_dir_-y" ) ("View Dir Z" :title "View Dir Z" :action (ui::uic-set-vp-dir 0,0,1) :image "SolidDesigner/View/view_dir_z" ) ("View Dir -Z" :title "View Dir -Z" :action (ui::uic-set-vp-dir 0,0,-1) :image "SolidDesigner/View/view_dir_-z" ) ("Store View" :title "Store View" :action (ui::uic-vp-cmd "uic_store_vp_view") :image "SolidDesigner/View/store_view") ("Recall View" :title "Recall View" :action (ui::uic-vp-cmd "uic_recall_vp_view") :image "SolidDesigner/View/recall_view") ("Global Axes On/Off" :title "Global Axes On/Off" :action (ui::uic-vp-cmd "uic_global_axes_on_off") :description "Toggles the global coordinate axes on/off in a given or selected viewport" :image "SolidDesigner/View/global_axes_on_off" :accelerator "F3") ;;----- All: Select ----------------------------------------------------------- (:Group "Select" :title "Select") ("Select" :title "&Select" :action (elan-ui::show-select-ui) :enable elan-ui::*selector-enabled* :description "Select objects" :image "SolidDesigner/Select/select" :accelerator "F2") ("Start Select List" :title "Start Select List" :action ":start" :description "Starts a selection list for multiple selection" :image "SolidDesigner/Select/sl_start") ("Select List Add" :title "Select List Add" :action ":add" :description "Allows for adding items to the selection list" :image "SolidDesigner/Select/sl_add") ("Select List Remove" :title "Select List Remove" :action ":remove" :description "Allows for removing items from the selection list" :image "SolidDesigner/Select/sl_sub") ("Select Done" :title "Select Done" :action ":select_done" :description "Terminates list selection" :image "SolidDesigner/Select/sl_end") ;;----- All: Window ----------------------------------------------------------- (:Group "Window" :title "Window") ("Cascade" :title "&Cascade" :sysCmdId #xE132 ;; ID_WINDOW_CASCADE :description "Arrange windows so they overlap" :image "SolidDesigner/Window/cascade") ("Tile Horiz" :title "&Tile Horiz" :sysCmdId #xE133 ;; ID_WINDOW_TILE_HORZ :description "Arrange windows as non-overlapping tiles" :image "SolidDesigner/Window/tile_horizontally") ("Tile Vert" :title "Tile &Vert" :sysCmdId #xE134 ;; ID_WINDOW_TILE_VERT :description "Arrange windows as non-overlapping tiles" :image "SolidDesigner/Window/tile_vertically") ("Arrange Icons" :title "&Arrange Icons" :sysCmdId #xE131 ;; ID_WINDOW_ARRANGE :description "Arrange icons at the bottom of the window") ;;----- All: Settings ----------------------------------------------------------- (:Group "Settings" :title "Settings") ("UI Settings" :title "UI Settings" :action "ui_settings" :description "Sets and changes UI settings" ; :image "SolidDesigner/Settings/ui_settings" :ui-behavior :relative) ;;===== Commands valid in SolidDesigner ======================================= (:Application "SolidDesigner") ;;----- SolidDesigner: Construction ------------------------------------------- (:Group "Construction" :title "Construction") ("C Line Inf by 2 Points" :title "C Line Inf by 2 Points" :action "c_line_inf :two_points" :description "Infinite construction line by two points" :image "SolidDesigner/Construction/c_line_inf_2_pos" :ui-behavior :relative) ("C Line Inf Horizontal" :title "C Line Inf Horizontal" :action "c_line_inf :horizontal" :description "Infinite horizontal construction line" :image "SolidDesigner/Construction/c_line_inf_horiz" :ui-behavior :relative) ("C Line Inf Vertical" :title "C Line Inf Vertical" :action "c_line_inf :vertical" :description "Infinite vertical construction line" :image "SolidDesigner/Construction/c_line_inf_vert" :ui-behavior :relative) ("C Line Inf Parallel" :title "C Line Inf Parallel" :action "c_line_inf :parallel" :description "Infinite parallel construction line" :image "SolidDesigner/Construction/c_line_inf_parallel" :ui-behavior :relative) ("C Line Inf Perpendicular" :title "C Line Inf Perpendicular" :action "c_line_inf :perpendicular" :description "Infinite perpendicular construction line" :image "SolidDesigner/Construction/c_line_inf_perpend" :ui-behavior :relative) ("C Line Inf Angle" :title "C Line Inf Angle" :action "c_line_inf :angle" :description "Infinite construction line at an angle" :image "SolidDesigner/Construction/c_line_inf_angle" :ui-behavior :relative) ("C Line at a ref angle" :title "C Line at a ref angle" :action "c_line_inf :angle_reference" :description "Creates a construction line at an angle with respect to a reference line" :image "SolidDesigner/Construction/c_line_at_a_ref_angle" :ui-behavior :relative) ("C Line Inf Tangent and Point" :title "C Line Inf Tangent and Point" :action "c_line_inf :tangent" :description "Infinite construction line tangent and point" :image "SolidDesigner/Construction/c_line_inf_tan_pnt" :ui-behavior :relative) ("C Line Inf Tangent by 2" :title "C Line Inf Tangent by 2" :action "c_line_inf :two_tangent" :description "Infinite construction line tangent by two" :image "SolidDesigner/Construction/c_line_inf_tan_by_2" :ui-behavior :relative) ("C Line Inf Bisec" :title "C Line Inf Bisec" :action "c_line_inf :bisect" :description "Infinite bisector construction line" :image "SolidDesigner/Construction/c_line_inf_bisec" :ui-behavior :relative) ("C Line Inf Angle Bisector" :title "C Line Inf Angle Bisector" :action "c_line_inf :ang_bisect" :description "Infinite construction line at an angle bisector" :image "SolidDesigner/Construction/c_line_inf_angle_bisec" :ui-behavior :relative) ("C Line Inf Cross" :title "C Line Inf Cross" :action "uic_c_line_cross" :description "Infinite horiz and vert construction line" :image "SolidDesigner/Construction/c_line_inf_cross" :ui-behavior :relative) ("C Circle Center and Radius" :title "C Circle Center and Radius" :action "c_circle :cen_rad" :description "Construction circle by center and radius" :image "SolidDesigner/Construction/c_circle_cen_rad" :ui-behavior :relative) ("C Circle Concentric" :title "C Circle Concentric" :action "c_circle :concentric" :description "Construction concentric circle" :image "SolidDesigner/Construction/c_circle_concen" :ui-behavior :relative) ("C Circle Fixed Radius" :title "C Circle Fixed Radius" :action "c_circle :radius" :description "Construction circle fixed radius" :image "SolidDesigner/Construction/c_circle_fix_rad" :ui-behavior :relative) ("C Circle Fixed Center" :title "C Circle Fixed Center" :action "c_circle :center" :description "Construction circle fixed center" :image "SolidDesigner/Construction/c_circle_fix_cen" :ui-behavior :relative) ("C Circle 3 Points" :title "C Circle 3 Points" :action "c_circle :3_pos" :description "Construction circle by three points command" :image "SolidDesigner/Construction/c_circle_3_pos" :ui-behavior :relative) ("C Circle Diameter" :title "C Circle Diameter" :action "c_circle :diameter" :description "Construction circle by diameter" :image "SolidDesigner/Construction/c_circle_dia" :ui-behavior :relative) ("C Circle 2 Points and Radius" :title "C Circle 2 Points and Radius" :action "c_circle :2_pos_rad" :description "Construction circle by center and radius" :image "SolidDesigner/Construction/c_circle_2_pnts_rad" :ui-behavior :relative) ("C Circle Center and Diameter" :title "C Circle Center and Diameter" :action "c_circle :cen_dia" :description "Construction circle by center and diameter" :image "SolidDesigner/Construction/c_circle_cen_dia" :ui-behavior :relative) ("C Circle Tangent and Center" :title "C Circle Tangent and Center" :action "c_circle :tan_cen" :description "Construction circle by tangent and center" :image "SolidDesigner/Construction/c_circle_cen_tan" :ui-behavior :relative) ("C Circle Tangent and 2 Points" :title "C Circle Tangent and 2 Points" :action "c_circle :tan_pt_pt" :description "Construction circle by tangent and 2 points" :image "SolidDesigner/Construction/c_circle_tan_2_pnts" :ui-behavior :relative) ("C Circle Tangent by 2" :title "C Circle Tangent by 2" :action "c_circle :tan2_pt" :description "Construction circle tangent by two" :image "SolidDesigner/Construction/c_circle_tan_by_2" :ui-behavior :relative) ("C Circle Tangent by 3" :title "C Circle Tangent by 3" :action "c_circle :tan3" :description "Construction circle tangent by three" :image "SolidDesigner/Construction/c_circle_tan_by_3" :ui-behavior :relative) ("C Project Face" :title "C Project Face" :action "uic_c_project_face" :description "Project the geometry of a face onto the active workplane as construction geometry" :image "SolidDesigner/Construction/c_project_face" :ui-behavior :relative) ("C Project 3D Edge" :title "C Project 3D Edge" :action "uic_c_project_3d_edge" :description "Project the geometry of a 3D edge onto the active workplane as construction geometry" :image "SolidDesigner/Construction/c_project_3d_edge" :ui-behavior :relative) ("C Project 2D Edge" :title "C Project 2D Edge" :action "uic_c_project_2d_edge" :description "Project the geometry of a 2D edge onto the active workplane as construction geometry" :image "SolidDesigner/Construction/c_project_2d_edge" :ui-behavior :relative) ("C Point" :title "C Point" :action "c_point" :description "Creates a construction point" :image "SolidDesigner/Construction/c_point" :ui-behavior :relative) ("C Point Inters" :title "C Point Inters" :action "int_c_point" :description "Creates a construction point where edges intersect the current workplane" :image "SolidDesigner/Construction/c_point_inters" :ui-behavior :relative) ;;----- SolidDesigner: Create 2D ---------------------------------------------- (:Group "Create 2D" :title "Create 2D") ("Line by 2 Points" :title "Line by 2 Points" :action "line :two_points" :image "SolidDesigner/Create_2d/line_2pnts" :ui-behavior :relative) ("Line Horizontal" :title "Line Horizontal" :action "line :horizontal" :image "SolidDesigner/Create_2d/line_horiz" :ui-behavior :relative) ("Line Vertical" :title "Line Vertical" :action "line :vertical" :image "SolidDesigner/Create_2d/line_vert" :ui-behavior :relative) ("Line Parallel" :title "Line Parallel" :action "line :parallel" :description "Creates a line parallel to another line" :image "SolidDesigner/Create_2d/line_parallel" :ui-behavior :relative) ("Line Perpendicular" :title "Line Perpendicular" :action "line :perpendicular" :description "Creates a line perpendicular to another line" :image "SolidDesigner/Create_2d/line_perpendicular" :ui-behavior :relative) ("Line at an angle" :title "Line at an angle" :action "line :angle" :description "Creates a line at an angle with respect to the U-axis of the workplane" :image "SolidDesigner/Create_2d/line_at_an_angle" :ui-behavior :relative) ("Line at a ref angle" :title "Line at a ref angle" :action "line :angle_reference" :description "Creates a line at an angle with respect to a reference line" :image "SolidDesigner/Create_2d/line_at_a_ref_angle" :ui-behavior :relative) ("Line Tangent" :title "Line Tangent" :action "line :tangent" :description "Creates a line tangent to a curved element" :image "SolidDesigner/Create_2d/line_tangent" :ui-behavior :relative) ("Line Tangent 2" :title "Line Tangent 2" :action "line :two_tangent" :description "Creates a line tangent to two curved elements" :image "SolidDesigner/Create_2d/line_tangent_2" :ui-behavior :relative) ("Polygon" :title "Polygon" :action "polygon" :image "SolidDesigner/Create_2d/polygon" :ui-behavior :relative) ("Rectangle" :title "Rectangle" :action "rectangle" :description "Creates a rectangle by two points" :image "SolidDesigner/Create_2d/rectangle" :ui-behavior :relative) ("Slot" :title "Slot" :action "uic_slot" :description "Creates a slot by two center points and width" :image "SolidDesigner/Create_2d/slot" :ui-behavior :relative) ("Circle by center and radius" :title "Circle by center and radius" :action "circle :cen_rad" :image "SolidDesigner/Create_2d/circle_cen_rad" :ui-behavior :relative) ("Circle Concentric" :title "Circle Concentric" :action "circle :concentric" :description "Creates a circle concentric to another circle" :image "SolidDesigner/Create_2d/circle_concentric" :ui-behavior :relative) ("Circle fixed radius" :title "Circle fixed radius" :action "circle :radius" :image "SolidDesigner/Create_2d/circle_fix_rad" :ui-behavior :relative) ("Circle fix center" :title "Circle fix center" :action "circle :center" :description "Creates multiple circles with the same center point" :image "SolidDesigner/Create_2d/circle_fix_center" :ui-behavior :relative) ("Circle 3 Points" :title "Circle 3 Points" :action "circle :3_pos" :description "Creates a circle using three points on the diameter" :image "SolidDesigner/Create_2d/circle_3_points" :ui-behavior :relative) ("Circle Diameter" :title "Circle Diameter" :action "circle :diameter" :description "Creates a circle using two points on the diameter" :image "SolidDesigner/Create_2d/circle_diameter" :ui-behavior :relative) ("Circle 2 Points and Radius" :title "Circle 2 Points and Radius" :action "circle :2_pos_rad" :description "Creates a circle using three points on the diameter" :image "SolidDesigner/Create_2d/circle_2_pnts_rad" :ui-behavior :relative) ("Circle center and diameter" :title "Circle center and diameter" :action "circle :cen_dia" :description "Creates circle by center point and diameter" :image "SolidDesigner/Create_2d/circle_cen_dia" :ui-behavior :relative) ("Circle Tangent and Center" :title "Circle Tangent and Center" :action "circle :tan_cen" :description "Creates a circle tangent to a curved element with a specified center" :image "SolidDesigner/Create_2d/circle_tan_cen" :ui-behavior :relative) ("Circle Tangent and 2 Points" :title "Circle Tangent and 2 Points" :action "circle :tan_pt_pt" :description "Creates a circle tangent to a curved element, through two points and with a radius" :image "SolidDesigner/Create_2d/circle_tan_2_pnts" :ui-behavior :relative) ("Circle Tangent by 2" :title "Circle Tangent by 2" :action "circle :tan2_pt" :description "Creates a circle tangent to two curved elements and with a radius or a peripheral point" :image "SolidDesigner/Create_2d/circle_tan_by_2" :ui-behavior :relative) ("Circle Tangent by 3" :title "Circle Tangent by 3" :action "circle :tan3" :description "Creates a circle tangent to three curved elements" :image "SolidDesigner/Create_2d/circle_tan_by_3" :ui-behavior :relative) ("Change Circle Radius" :title "Change Circle Radius" :action "modify_radius" :description "modifies the radius of an existing circle" :image "SolidDesigner/Create_2d/change_rad" :ui-behavior :default) ("Arc Generic" :title "Arc Generic" :action "arc :cen_rad_ang" :description "Creates an arc by center, radius and angle" :image "SolidDesigner/Create_2d/arc_generic" :ui-behavior :relative) ("Arc Concentric" :title "Arc Concentric" :action "arc :concentric" :description "Creates an arc concentric to another arc" :image "SolidDesigner/Create_2d/arc_concentric" :ui-behavior :relative) ("Arc Smooth" :title "Arc Smooth" :action "arc :smooth" :description "Creates an arc with a smooth transition from an adjacent element" :image "SolidDesigner/Create_2d/arc_smooth" :ui-behavior :relative) ("Arc Center" :title "Arc Center" :action "arc :center" :description "Creates an arc by center and start and end point" :image "SolidDesigner/Create_2d/arc_center" :ui-behavior :relative) ("Arc by 3 Points" :title "Arc by 3 Points" :action "arc :3_pos" :image "SolidDesigner/Create_2d/arc_by_3_points" :ui-behavior :relative) ("Arc Diameter" :title "Arc Diameter" :action "arc :diameter" :description "Creates an arc with two points on the diameter" :image "SolidDesigner/Create_2d/arc_diameter" :ui-behavior :relative) ("Spline 2D Interpolation" :title "Spline 2D Interpolation" :action "bspline_int" :description "Creates a B-spline curve" :image "SolidDesigner/Create_2d/spline_int" :ui-behavior :relative) ("Spline 2D Control" :title "Spline 2D Control" :action "bspline_con" :description "Creates a planar freeform B-spline curve" :image "SolidDesigner/Create_2d/spline_con" :ui-behavior :relative) ("Ellipse 2 Vert and Point" :title "Ellipse 2 Vert and Point" :action "ellipse_vvp" :description "Creates an ellipse using two vertices and a peripheral point" :image "SolidDesigner/Create_2d/ellipse_vvp" :ui-behavior :relative) ("Ellipse Ctr Ang R" :title "Ellipse Ctr Ang R" :action "ellipse_car" :description "Creates an ellipse using the center, an angle, and two radii" :image "SolidDesigner/Create_2d/ellipse_car" :ui-behavior :relative) ("Ellipse Ctr and Points" :title "Ellipse Ctr and Points" :action "ellipse_cpp" :description "Creates an ellipse using the center and two peripheral points" :image "SolidDesigner/Create_2d/ellipse_cpp" :ui-behavior :relative) ("Overdraw" :title "Overdraw" :action "overdraw_2d" :image "SolidDesigner/Create_2d/overdraw" :ui-behavior :relative) ("Equidistance" :title "Equidistance" :action "equidistance_2d" :description "Creates an equidistant contour" :image "SolidDesigner/Create_2d/equidistance" :ui-behavior :relative) ("Project Face" :title "Project Face" :action "uic_project_face" :description "Project the geometry of a 3D edge onto the active workplane as real geometry" :image "SolidDesigner/Create_2d/project_face" :ui-behavior :relative) ("Project 3D Edge" :title "Project 3D Edge" :action "uic_project_3d_edge" :description "Project the geometry of a 3D edge onto the active workplane as real geometry" :image "SolidDesigner/Create_2d/project_3d_edge" :ui-behavior :relative) ("Project 2D Edge" :title "Project 2D Edge" :action "uic_project_2d_edge" :description "Project the geometry of a 2D edge onto the active workplane as real geometry" :image "SolidDesigner/Create_2d/project_2d_edge" :ui-behavior :relative) ("Cross Section" :title "Cross Section" :action "cross_section" :description "Projects the cross section of a part onto a workplane" :image "SolidDesigner/Create_2d/cross_section" :ui-behavior :relative) ("Text to Profile" :title "Text to Profile" :action "uic_text_to_geo" :description "Creates a 2D profile out of a text string in any size using an available labeling font" :image "SolidDesigner/Create_2d/text_to_geometry" :ui-behavior :relative) ;;----- SolidDesigner: Modify 2D ---------------------------------------------- (:Group "Modify 2D" :title "Modify 2D") ("Merge 2D" :title "Merge 2D" :action "merge_2d" :image "SolidDesigner/Modify_2d/merge_2d" :ui-behavior :relative) ("Split 2D" :title "Split 2D" :action "split" :image "SolidDesigner/Modify_2d/split_2d" :ui-behavior :relative) ("Trim One Element" :title "Trim One Element" :action "trim :one_element" :description "specifies a single element to be trimmed or extended" :image "SolidDesigner/Modify_2d/trim1" :ui-behavior :relative) ("Trim by 2 Elements" :title "Trim by 2 Elements" :action "trim :two_elements" :image "SolidDesigner/Modify_2d/trim2" :ui-behavior :relative) ("Trim Middle" :title "Trim Middle" :action "trim :middle" :image "SolidDesigner/Modify_2d/trim_middle" :ui-behavior :relative) ("Trim a contour" :title "Trim a contour" :action "trim :contour" :description "specifies elements forming a contour, from which all overshooting ends must be deleted" :image "SolidDesigner/Modify_2d/trim_contour" :ui-behavior :relative) ("Trim and Cut Both Ends" :title "Trim and Cut Both Ends" :action "trim :both_ends" :description "To trim (remove) the ends from a geometry element" :image "SolidDesigner/Modify_2d/both_ends" :ui-behavior :relative) ("Trim Both and Convert" :title "Trim Both and Convert" :action "trim :both_ends_to_geo" :description "To trim the ends and convert the middle to geometry" :image "SolidDesigner/Modify_2d/both_ends_to_geo" :ui-behavior :relative) ("Trim by Box" :title "Trim by Box" :action "trim :by_box" :description "To trim the ends by selection box" :image "SolidDesigner/Modify_2d/by_box" :ui-behavior :relative) ("Trim by Box and Convert" :title "Trim by Box and Convert" :action "trim :by_box_to_geo" :description "To trim the ends by selection box and convert the middles to geometry" :image "SolidDesigner/Modify_2d/by_box_to_geo" :ui-behavior :relative) ("Move 2D" :title "Move 2D" :action "move_2d :select" :image "SolidDesigner/Modify_2d/move_2d" :ui-behavior :relative) ("Rotate 2D" :title "Rotate 2D" :action "rotate_2d :select" :image "SolidDesigner/Modify_2d/rotate_2d" :ui-behavior :relative) ("Mirror 2D" :title "Mirror 2D" :action "mirror_2d :select" :image "SolidDesigner/Modify_2d/mirror_2d" :ui-behavior :relative) ("Scale 2D" :title "Scale 2D" :action "scale_2d :select" :image "SolidDesigner/Modify_2d/scale_2d" :ui-behavior :relative) ("Stretch 2D" :title "Stretch 2D" :action "stretch_move_2d :select" :image "SolidDesigner/Modify_2d/stretch_2d" :ui-behavior :relative) ("Pattern 2D" :title "Pattern 2D" :action "pattern_2d :select" :image "SolidDesigner/Modify_2d/patterb_2d" :ui-behavior :relative) ("2D Fillet Create" :title "2D Fillet Create" :action "fillet :create" :image "SolidDesigner/Modify_2d/fillet_2d_create" :ui-behavior :relative) ("2D Fillet Modify" :title "2D Fillet Modify" :action "fillet :modify" :image "SolidDesigner/Modify_2d/fillet_2d_modify" :ui-behavior :relative) ("2D Fillet Remove" :title "2D Fillet Remove" :action "fillet :remove" :image "SolidDesigner/Modify_2d/fillet_2d_remove" :ui-behavior :relative) ("Convert Geo" :title "Convert Geo" :action "toggle_type" :description "converts construction geometry to profile geometry and viceversa" :image "SolidDesigner/Modify_2d/conv_geo" :ui-behavior :relative) ("Convert Geo to Inf" :title "Convert Geo to Inf" :action "convert_edge_into_infinite_cgeo" :description "Converts geometry to infinite construction geometry" :image "SolidDesigner/Modify_2d/untrim_geo" :ui-behavior :relative) ;;----- SolidDesigner: Workplane ---------------------------------------------- (:Group "Workplane" :title "Workplane") ("New WP" :title "New WP" :action "create_workplane :new" :description "Creates a new workplane" :image "SolidDesigner/Workplane/wp_new" :ui-behavior :relative) ("New WP + Constr. Geo" :title "New WP + Constr. Geo" :action "create_workplane :new complete c_line_inf :horizontal 0 complete c_line_inf :vertical 0 complete" :description "Creates a new default workplane with a horizontal and a vertical infinite construction line through its origin" :image "SolidDesigner/Workplane/wp_default" :ui-behavior :none) ("New WP on Face" :title "New WP on Face" :action "uic_new_wp_on_face" :description "Creates a new workplane parallel to a face" :image "SolidDesigner/Workplane/wp_par_face" :ui-behavior :relative) ("New WP on Face and Project Real" :title "New WP on Face and Project Real" :action "uic_new_wp_on_face_w_proj_geo :real" :description "Creates a new workplane parallel to a face and projects its geometry as real geometry" :image "SolidDesigner/Workplane/wp_par_face_proj" :ui-behavior :relative) ("New WP on Face and Project Constr" :title "New WP on Face and Project Constr" :action "uic_new_wp_on_face_w_proj_geo :construction" :description "Creates a new workplane parallel to a face and projects its geometry as construction geometry" :image "SolidDesigner/Workplane/wp_par_face_proj_constr" :ui-behavior :relative) ("New WP by Point and Dir" :title "New WP by Point and Dir" :action "create_workplane :new :pt_dir :origin" :description "Creates a new workplane by point and direction" :image "SolidDesigner/Workplane/wp_pnt_dir" :ui-behavior :relative) ("Parallel WP" :title "Parallel WP" :action "create_parallel_wp" :description "Creates parallel copied or shared workplanes" :image "SolidDesigner/Workplane/wp_parallel" :ui-behavior :relative) ("Copy WP" :title "Copy WP" :action "create_workplane :copy" :description "Copy a workplane" :image "SolidDesigner/Workplane/copy_wp" :ui-behavior :relative) ("Inclined WP" :title "Inclined WP" :action "create_inclined_wp" :description "Creates inclined copied or shared workplanes" :image "SolidDesigner/Workplane/wp_inclined" :ui-behavior :relative) ("Share WP" :title "Share WP" :action "create_workplane :share" :description "Share a workplane" :image "SolidDesigner/Workplane/wp_share" :ui-behavior :relative) ("Last WP" :title "Last WP" :action "recall_last_wp" :description "Recall the last workplane" :image "SolidDesigner/Workplane/last_wp" :ui-behavior :relative) ("Partial WP" :title "Partial WP" :action "create_workplane :partial_copy" :description "Creates partitial copied workplanes" :image "SolidDesigner/Workplane/wp_partial" :ui-behavior :relative) ("Position WP" :title "Position WP" :action "position_wp" :description "Positions the active or a selected workplane" :image "SolidDesigner/Workplane/pos_curr_wp" :ui-behavior :relative) ("Position Curr WP Pt/Dir" :title "Position Curr WP Pt/Dir" :action "position_wp :current :pt_dir :origin" :description "Position the current workplane by point and direction" :image "SolidDesigner/Workplane/pos_curr_wp_pt_dir" :ui-behavior :relative) ("Position WP on Face" :title "Position WP on Face" :action (ui::uic-pos-wp-on-face) :description "Positions the active or a selected workplane parallel to a face" :image "SolidDesigner/Workplane/wp_pos_par_face" :ui-behavior :relative) ("Rotate WP 90 U" :title "Rotate WP 90 U" :action (ui::uic-rotate-wp-on-axis :deg 90.0 :axis :u) :description "Rotates the active or a selected workplane by 90 degrees around its u axis" :image "SolidDesigner/Workplane/wp_rot_90u" :ui-behavior :none) ("Rotate WP 180 U" :title "Rotate WP 180 U" :action (ui::uic-rotate-wp-on-axis :deg 180.0 :axis :u) :description "Rotates the active or a selected workplane by 180 degrees around its u axis" :image "SolidDesigner/Workplane/wp_rot_180u" :ui-behavior :none) ("Rotate WP 90 V" :title "Rotate WP 90 V" :action (ui::uic-rotate-wp-on-axis :deg 90.0 :axis :v) :description "Rotates the active or a selected workplane by 90 degrees around its v axis" :image "SolidDesigner/Workplane/wp_rot_90v" :ui-behavior :none) ("Rotate WP 180 V" :title "Rotate WP 180 V" :action (ui::uic-rotate-wp-on-axis :deg 180.0 :axis :v) :description "Rotates the active or a selected workplane by 180 degrees around its v axis" :image "SolidDesigner/Workplane/wp_rot_180v" :ui-behavior :none) ("Rotate WP 90 W" :title "Rotate WP 90 W" :action (ui::uic-rotate-wp-on-axis :deg 90.0 :axis :w) :description "Rotates the active or a selected workplane by 90 degrees around its w axis" :image "SolidDesigner/Workplane/wp_rot_90w" :ui-behavior :none) ("Rotate WP 180 W" :title "Rotate WP 180 W" :action (ui::uic-rotate-wp-on-axis :deg 180.0 :axis :w) :description "Rotates the active or a selected workplane by 180 degrees around its w axis" :image "SolidDesigner/Workplane/wp_rot_180w" :ui-behavior :none) ("Modify WP Name" :title "Modify WP Name" :action "change_name_wp :workplane" :description "Renames workplanes" :image "SolidDesigner/Workplane/wp_name" :ui-behavior :relative) ("Unshare WP" :title "Unshare WP" :action "unshare_workplane" :description "unshares workplanes" :image "SolidDesigner/Workplane/wp_unshare" :ui-behavior :relative) ("Modify WP Contents ID" :title "Modify WP Contents ID" :action "change_wp_id" :description "Changes the contents ID of a workplane" :image "SolidDesigner/Workplane/wp_change_id" :ui-behavior :relative) ("Modify WP Owner" :title "Modify WP Owner" :action "change_wp_owner" :description "Moves a workplane from one workplane set to another" :image "SolidDesigner/Workplane/wp_change_owner" :ui-behavior :relative) ("Slide WP Origin" :title "Slide WP Origin" :action "slide_wp_origin" :description "Specify a new origin for a workplane" :image "SolidDesigner/Workplane/slide_wp_origin" :ui-behavior :relative) ("Change Curr WP Border Size" :title "Change Curr WP Border Size" :action "set_wp_min_size :current" :description "Change the minimum border size of the current workplane" :image "SolidDesigner/Workplane/change_wp_border_size" :ui-behavior :relative) ("Curr WP Border -> Full" :title "Curr WP Border -> Full" :action "set_wp_border_type :current :full" :description "Change the workplane border to show the entire rectangle as semi-transparent" :image "SolidDesigner/Workplane/change_wp_border_full" :ui-behavior :relative) ("Curr WP Border -> Outline" :title "Curr WP Border -> Outline" :action "set_wp_border_type :current :outline" :description "Change the workplane to show only the border" :image "SolidDesigner/Workplane/change_wp_border_outline" :ui-behavior :relative) ;;----- SolidDesigner: WP Set ------------------------------------------------- (:Group "WP Set" :title "WP Set") ("New WP Set" :title "New WP Set" :action "create_wpset" :description "Creates a new workplane set" :image "SolidDesigner/Workplane/wpset_new" :ui-behavior :relative) ("Last WP Set" :title "Last WP Set" :action "recall_last_wp_set" :description "Recalls the last workplane set" :image "SolidDesigner/Workplane/wpset_last" :ui-behavior :relative) ("Copy WP Set" :title "Copy WP Set" :action "copy_wpset" :description "Copies a workplane set" ; :image "SolidDesigner/Workplane/wpset_copy" :ui-behavior :relative) ("Position WP Set" :title "Position WP Set" :action "position_wpset" :description "Changes the position of workplane sets" ; :image "SolidDesigner/Workplane/wpset_position" :ui-behavior :relative) ("Modify WP Set Name" :title "Modify WP Set Name" :action "change_name_wpset :wpset" :description "Change the instance name of any workplane set" ; :image "SolidDesigner/Workplane/wpset_name" :ui-behavior :relative) ("Modify WP Set Owner" :title "Modify WP Set Owner" :action "change_wpset_owner" :description "Change the owner any workplane set" :image "SolidDesigner/Workplane/wpset_owner" :ui-behavior :relative) ("Modify WP Set Contents ID" :title "Modify WP Set Contents ID" :action "change_wpset_id" :description "Change the content ID of any workplane set" :image "SolidDesigner/Workplane/wpset_id" :ui-behavior :relative) ("Unshare WP Set" :title "Unshare WP Set" :action "unshare_wpset" :description "Creates independent workplane sets with their own data structures" ; :image "SolidDesigner/Workplane/wpset_unshare" :ui-behavior :relative) ;;----- SolidDesigner: Part and Assembly -------------------------------------- (:Group "Part and Assy" :title "Part and Assy") ("New Part" :title "New Part" :action "create_part" :image "SolidDesigner/Part_Assy/new_part" :ui-behavior :relative) ("New Assembly" :title "New Assembly" :action "create_assembly" :image "SolidDesigner/Part_Assy/new_assembly" :ui-behavior :relative) ("New Container" :title "New Container" :action "create_container" :description "Creates a new container" :image "SolidDesigner/Part_Assy/create_container" :ui-behavior :relative) ("Copy Part/Assy" :title "Copy Part/Assy" :action "create_multiple_pa :copy" :image "SolidDesigner/Part_Assy/copy_part_assy" :ui-behavior :relative) ("Copy/Share Linear" :title "Copy/Share Linear" :action "create_multiple_pa_array" :description "Creates copied or shared parts and assemblies in a linear direction" :image "SolidDesigner/Part_Assy/create_mult_array" :ui-behavior :relative) ("Share Part/Assy" :title "Share Part/Assy" :action "create_multiple_pa :share" :image "SolidDesigner/Part_Assy/share_part_assy" :ui-behavior :relative) ("Copy/Share Radial" :title "Copy/Share Radial" :action "create_multiple_pa_radial" :description "Creates copied or shared parts and assemblies about an axis" :image "SolidDesigner/Part_Assy/create_mult_radial" :ui-behavior :relative) ("Position Part/Assy" :title "Position Part/Assy" :action "position_pa" :image "SolidDesigner/Part_Assy/position_part_assy" :ui-behavior :relative) ("Rename Part/Assy" :title "Rename Part/Assy" :action "change_name_pa" :image "SolidDesigner/Part_Assy/rename_part_assy" :ui-behavior :relative) ("Unshare Part/Assy" :title "Unshare Part/Assy" :action "pa_unshare" :description "Creates independent parts or assemblies with their own data structures" :image "SolidDesigner/Part_Assy/pa_unshare" :ui-behavior :relative) ("Modify Part/Assy Contents ID" :title "Modify Part/Assy Contents ID" :action "change_pa_id" :description "Changes the contents ID of a part or assembly" :image "SolidDesigner/Part_Assy/pa_id" :ui-behavior :relative) ("Modify Part/Assy Owner" :title "Modify Part/Assy Owner" :action "change_pa_owner" :description "Changes the owner of parts and assemblies" :image "SolidDesigner/Part_Assy/pa_owner" :ui-behavior :relative) ("Sel Unshare" :title "Sel Unshare" :action "pa_sel_unshare" :description "Selective unshare a part or assembly" ; :image "SolidDesigner/Part_Assy/pa_sel_unshare" :ui-behavior :relative) ("Sel Reshare" :title "Sel Reshare" :action "pa_sel_reshare" :description "Existing selective instances will be reshared within its assembly structure" ; :image "SolidDesigner/Part_Assy/pa_sel_reshare" :ui-behavior :relative) ("Sel Cleanup" :title "Sel Cleanup" :action "pa_sel_cleanup" :description "Converts the selective instance to the normal default instance" ; :image "SolidDesigner/Part_Assy/pa_sel_cleanup" :ui-behavior :relative) ("Check Part" :title "Check Part" :action "check_part :maximal_check :labels :on :verbose :on" :description "Full part check" :image "SolidDesigner/Part_Assy/check_part" :ui-behavior :relative) ("Clash" :title "Clash" :action "clash_3d :pa_list_vs_pa_list" :description "Visualizes parts that clash" :image "SolidDesigner/Part_Assy/clash" :ui-behavior :relative) ("Draft Analysis" :title "Draft Analysis" :action "draft_analysis" :description "Performes a Draft Analysis" :image "SolidDesigner/Part_Assy/draft_ana" :ui-behavior :relative) ("Clearance" :title "Clearance" :action "clash_3d :analysis_type :clearance :pa_list_vs_pa_list" :description "Determines the clearance distance between two parts" :image "SolidDesigner/Part_Assy/clearance" :ui-behavior :relative) ;;----- SolidDesigner: Machine ------------------------------------------------ (:Group "Machine" :title "Machine") ("Extrude" :title "Extrude" :action "extrude :auto_direction :yes" :description "Extrude with immediate distance specification" :image "SolidDesigner/Machine/extrude" :ui-behavior :relative :context-enable (agent::workplane-enable-context-menu-entry :with-profile)) ("Unite" :title "Unite" :action "unite_3d :tools" :description "Unite with immediate tools specification" :image "SolidDesigner/Machine/unite" :ui-behavior :relative) ("Turn" :title "Turn" :action "turn" :description "Turn with immediate axis specification" :image "SolidDesigner/Machine/turn" :ui-behavior :default :context-enable (agent::workplane-enable-context-menu-entry :with-profile)) ("Reflect" :title "Reflect" :action "reflect_3d" :description "Makes a copy of a part, mirrors the copy and then unites the parts" :image "SolidDesigner/Machine/reflect" :ui-behavior :relative) ("Mill" :title "Mill" :action "mill :auto_direction :yes" :description "Mill with immediate distance specification" :image "SolidDesigner/Machine/mill" :ui-behavior :relative :context-enable (agent::workplane-enable-context-menu-entry :with-profile)) ("Bore" :title "Bore" :action "bore" :description "Bore with immediate axis specification" :image "SolidDesigner/Machine/bore" :ui-behavior :relative :context-enable (agent::workplane-enable-context-menu-entry :with-profile)) ("Punch" :title "Punch" :action "punch" :description "Remove material from inside of the profile" :image "SolidDesigner/Machine/machine_punch" :ui-behavior :relative :context-enable (agent::workplane-enable-context-menu-entry :with-profile)) ("Shell" :title "Shell" :action "shell_3d" :description "Removes material from inside a part leaving a thin-walled part" :image "SolidDesigner/Machine/shell" :ui-behavior :relative) ("Stamp" :title "Stamp" :action "stamp" :description "Remove material from outside of the profile" :image "SolidDesigner/Machine/machine_stamp" :ui-behavior :relative :context-enable (agent::workplane-enable-context-menu-entry :with-profile)) ("Subtract" :title "Subtract" :action "subtract_3d :tools" :description "Boolean subtract of one or more tools from a part" :image "SolidDesigner/Machine/subtract" :ui-behavior :relative) ("Section" :title "Section" :action "section" :description "Intersect with immediate tools specification" :image "SolidDesigner/Machine/section" :ui-behavior :relative) ("Intersect" :title "Intersect" :action "intersect_3d :tools" :description "Intersect with immediate tools specification" :image "SolidDesigner/Machine/intersect" :ui-behavior :relative) ("Imprint Linear" :title "Imprint Linear" :action "IMPRINT_LINEAR :auto_direction :yes :imprint_wp" :description "Imprints a profile onto a part" :image "SolidDesigner/Machine/imprint_linear" :ui-behavior :relative) ("Imprint Line" :title "Imprint Line" :action "IMPRINT_LINE" :description "Imprints a line onto a part" :image "SolidDesigner/Machine/imprint_line" :ui-behavior :relative) ("Imprint Intersection" :title "Imprint Intersection" :action "IMPRINT_INTERSECTION :imprint_tools" :description "Imprints intersection lines onto a part" :image "SolidDesigner/Machine/imprint_intersection" :ui-behavior :relative) ("Imprint Silhouette" :title "Imprint Silhouette" :action "IMPRINT_SILHOUETTE :imprint_direction" :description "Imprints a silhouette onto a part" :image "SolidDesigner/Machine/imprint_silhouette" :ui-behavior :relative) ;;----- SolidDesigner: Modify 3D ---------------------------------------------- (:Group "Modify 3D" :title "Modify 3D") ("Blend Create" :title "Blend Create" :action "blend" :description "Blend command" :image "SolidDesigner/Modify_3d/blend" :ui-behavior :relative) ("Blend Modify" :title "Blend Modify" :action "modify_blends" :description "Modify blend command" :image "SolidDesigner/Modify_3d/blend_modify" :ui-behavior :relative :context-enable (agent::face-enable-context-menu-entry :blend)) ("Blend Insert" :title "Blend Insert" :action "insert_blends" :description "Insert blend command" :image "SolidDesigner/Modify_3d/blend_insert" :ui-behavior :relative) ("Blend Remove" :title "Blend Remove" :action "delete_blend" :description "Remove blend command" :image "SolidDesigner/Modify_3d/blend_remove" :ui-behavior :relative :context-enable (agent::face-enable-context-menu-entry :blend)) ("Blend Recognize" :title "Blend Recognize" :action "recognize_blends :sel_faces" :description "The recognize command calculates blend information for smooth faces that have not been created with Blend Create" :image "SolidDesigner/Modify_3d/blend_recognize" :ui-behavior :relative) ("Chamfer Create" :title "Chamfer Create" :action "chamfer" :description "Chamfer command" :image "SolidDesigner/Modify_3d/chamfer" :ui-behavior :relative) ("Chamfer Modify" :title "Chamfer Modify" :action "modify_chamfers" :description "Modify chamfer" :image "SolidDesigner/Modify_3d/chamfer_modify" :ui-behavior :relative :context-enable (agent::face-enable-context-menu-entry :chamfer)) ("Chamfer Remove" :title "Chamfer Remove" :action "delete_chamfer" :description "Remove chamfer" :image "SolidDesigner/Modify_3d/chamfer_remove" :ui-behavior :relative :context-enable (agent::face-enable-context-menu-entry :chamfer)) ("Taper" :title "Taper" :action "taper_action :check :taper_type :taper" :description "Taper of faces and recognized features command with check" :image "SolidDesigner/Modify_3d/taper" :ui-behavior :relative) ("Adv Taper" :title "Advanced Taper" :action "taper_action :check :taper_type :adv_taper" :description "Advanced taper of faces by fixed edges command with check" :image "SolidDesigner/Modify_3d/adv_taper" :ui-behavior :relative) ("Move 3D" :title "Move 3D" :action "move :check" :description "Move faces and recognized features command with check" :image "SolidDesigner/Modify_3d/move_3d" :ui-behavior :default) ("Cut Faces" :title "Cut Faces" :action "remove_faces :check" :description "Cuts a group of faces or a recognized feature with the ability to keep the faces as face part" :image "SolidDesigner/Modify_3d/cut_faces" :ui-behavior :relative) ("Copy Faces" :title "Copy Faces" :action "copy_faces" :description "Copies a group of faces or a recognized feature into a newly created or empty part" :image "SolidDesigner/Modify_3d/copy_faces" :ui-behavior :relative) ("Paste" :title "Paste" :action "paste_dia" :description "Paste of a face part into a blank part with automatic growth of all open loops" :image "SolidDesigner/Modify_3d/paste_3d" :ui-behavior :relative ) ("Lift Faces" :title "Lift Faces" :action "lift_faces :linear :faces" :description "Lift faces linear" :image "SolidDesigner/Modify_3d/lift_faces" :ui-behavior :relative) ("Offset" :title "Offset" :action "offset :check" :description "Offset faces and recognized features command with check" :image "SolidDesigner/Modify_3d/modify_offset" :ui-behavior :relative) ("Change Radius" :title "Change Radius" :action "change_hole" :description "Change the radius of cylindrical faces" :image "SolidDesigner/Modify_3d/change_radius" :ui-behavior :relative) ("Align" :title "Align" :action "align_faces :body_check :on" :description "Align faces" :image "SolidDesigner/Modify_3d/align" :ui-behavior :relative) ("Merge" :title "Merge" :action "merge_3d" :description "Merge a part or 3D elements to remove extra vertices, edges and/or faces" :image "SolidDesigner/Modify_3d/merge" :ui-behavior :relative) ("Mirror" :title "Mirror" :action "mirror_3d" :description "Mirror a part" :image "SolidDesigner/Modify_3d/mirror" :ui-behavior :relative) ("Scale" :title "Scale" :action "scale_3d" :description "Scale a part" :image "SolidDesigner/Modify_3d/scale" :ui-behavior :relative) ;;----- SolidDesigner: Freeform ----------------------------------------------- (:Group "Freeform" :title "Freeform") ("Loft Add" :title "Loft Add" :action "add_loft" :description "Add material to a part using a loft" ; :image "SolidDesigner/Freeform/loft_add" :ui-behavior :relative) ("Loft To Part" :title "Loft To Part" :action "loft_extend" :description "Add material to a part using a loft to a part or parts" ; :image "SolidDesigner/Freeform/loft_to_part" :ui-behavior :default) ("Sweep Add" :title "Sweep Add" :action "general_sweep_add" :description "Sweep a 2D profile along any guiding path to create a solid or to add material to a solid" ; :image "SolidDesigner/Freeform/sweep_add" :ui-behavior :relative) ("Helix Add" :title "Helix Add" :action "helix_add :axis" :description "Create a helix out of a closed 2D profile" ; :image "SolidDesigner/Freeform/helix_add" :ui-behavior :relative) ("Loft Remove" :title "Loft Remove" :action "remove_loft" :description "Remove material from a part using a loft" ; :image "SolidDesigner/Freeform/loft_remove" :ui-behavior :relative) ("Sweep Remove" :title "Sweep Remove" :action "general_sweep_rem" :description "Remove material from a solid by sweeping a 2D profile along any guiding path" ; :image "SolidDesigner/Freeform/sweep_remove" :ui-behavior :relative) ("Helix Remove" :title "Helix Remove" :action "helix_rem :axis" :description "Remove material from a part using a helix" ; :image "SolidDesigner/Freeform/helix_remove" :ui-behavior :relative) ("Create Match Line" :title "Create Match Line" :action "create_match_line" :description "Create a match line for a loft" ; :image "SolidDesigner/Freeform/create_ml" :ui-behavior :relative) ("Delete Match Line" :title "Delete Match Line" :action "delete_3d :matchline" ; :image "SolidDesigner/Freeform/delete_ml" :ui-behavior :none) ;;----- SolidDesigner: Surfacing ---------------------------------------------- (:Group "Surfacing" :title "Surfacing") ("Skin" :title "Skin" :action "skin" :description "Create a face from a set of 2D or 3D edges defining a chessboard mesh" :image "SolidDesigner/Surfacing/skin" :ui-behavior :relative) ("Cap" :title "Cap" :action "cap_3d" :description "Create a smooth cap on top of an existing closed loop of edges" :image "SolidDesigner/Surfacing/cap" :ui-behavior :relative) ("Insert Face" :title "Insert Face" :action "create_face" ; :image "SolidDesigner/Surfacing/insert_face" :ui-behavior :relative) ("Gather Faces" :title "Gather Faces" :action "gather_faces :s_faces" :description "Gather a face or faces into a part" ; :image "SolidDesigner/Surfacing/gather_faces" :ui-behavior :relative) ("Untrim" :title "Untrim" :action "untrim_dialog" :description "Untrims a face and creates a new face part" ; :image "SolidDesigner/Surfacing/untrim" :ui-behavior :relative) ("Extrude Face Part" :title "Extrude Face Part" :action "extrude_faces :tool_part" ; :image "SolidDesigner/Surfacing/extrude_face_part" :ui-behavior :relative) ("Thicken a Face Part" :title "Thicken a Face Part" :action "thicken_face_part :distance" ; :image "SolidDesigner/Surfacing/thicken_face_part" :ui-behavior :relative) ("Delete Face" :title "Delete Face" :action "remove_face_rep" :description "Remove a face or faces - does not try to keep a solid" ; :image "SolidDesigner/Surfacing/delete_face" :ui-behavior :relative) ("Flip Faces" :title "Flip Faces" :action "flip_faces" ; :image "SolidDesigner/Surfacing/flip_faces" :ui-behavior :relative) ("Reintersect Faces" :title "Reintersect Faces" :action "reintersect_faces :edges" :description "Close gaps between faces by reintersecting adjacent faces" ; :image "SolidDesigner/Surfacing/reintersect_faces" :ui-behavior :relative) ("Offset Face Part" :title "Offset Face Part" :action "offset_face_part :distance" :description "Offsets a face part" ; :image "SolidDesigner/Surfacing/offset" :ui-behavior :relative) ("Modify Surface" :title "Modify Surface" :action "surface_modification" :description "Modify surfaces by manipulating the mesh curves which define the surfaces" ; :image "SolidDesigner/Surfacing/" :ui-behavior :relative) ("Grow Surface" :title "Grow Surface" :action "GROW_DIA" :description "Grows a surface" ; :image "SolidDesigner/Surfacing/offset" :ui-behavior :relative) ("Smooth Surface" :title "Smooth Surface" :action "SF_SMOOTH_DIA" :description "Smoothes a surface" ; :image "SolidDesigner/Surfacing/sf_smooth" :ui-behavior :relative) ("Split Edge" :title "Split Edge" :action "split_edge_3d" :description "Splits edges belonging to a part and introduces a new vertex" ; :image "SolidDesigner/Surfacing/split_edge" :ui-behavior :relative) ("Show Gaps" :title "Show Gaps" :action "show_open_edges" :description "Highlight gaps between open faces" ; :image "Surfacing/show_gaps" :ui-behavior :relative) ("Surf Analysis" :title "Surf Analysis" :action "sf_quality_analysis" :description "Analyses the quality of surfaces" ; :image "SolidDesigner/Surfacing/surf_analysis" :ui-behavior :relative) ("Angle Analysis" :title "Angle Analysis" :action "face_angle_analysis" :description "Analyses the angle between faces" ; :image "SolidDesigner/Surfacing/angle_analysis" :ui-behavior :relative) ;;----- SolidDesigner: 3D Curve ----------------------------------------------- (:Group "3D Curve" :title "3D Curve") ("Straight 3D" :title "Straight 3D" :action "straight_creation" :description "Creates 3D straight lines" :image "SolidDesigner/3D_Curve/straight" :ui-behavior :relative) ("Circle 3D" :title "Circle 3D" :action "circle_creation" :description "Creates 3D circles" :image "SolidDesigner/3D_Curve/circle" :ui-behavior :relative) ("Spline 3D" :title "Spline 3D" :action "spline_dialog :spline_option_create_expand :point_pick_create" :description "Creates 3D spline curves" :image "SolidDesigner/3D_Curve/spline_create" :ui-behavior :relative) ("Arc 3D" :title "Arc 3D" :action "arc_creation" :description "Creates 3D Arcs" :image "SolidDesigner/3D_Curve/arc" :ui-behavior :relative) ("Conic Spiral 3D" :title "Conic Spiral 3D" :action "conical_spiral" :description "Creates 3D conic spiral by point, axis and number of rotation" :image "SolidDesigner/3D_Curve/conical_spiral" :ui-behavior :relative) ("Planar Spiral 3D" :title "Planar Spiral 3D" :action "planar_spiral" :description "Creates 3D planar spiral by point, axis and number of rotation" :image "SolidDesigner/3D_Curve/planar_spiral" :ui-behavior :relative) ("Helix" :title "Helix" :action "helical_spiral" :description "Creates a helix in 3D space by first point, axis and number of rotation" :image "SolidDesigner/3D_Curve/helical_spiral" :ui-behavior :relative) ("Curve on Surface" :title "Curve on Surface" :action "curve_on_surface_creation" :description "Creates 3D curves along an existing surface. Specified by points or tangency" ; :image "SolidDesigner/3D_Curve/crv_on_surf" :ui-behavior :relative) ("Curve by Intersection" :title "Curve by Intersection" :action "curve_3d_by_int :first_face" :description "Creates the intersection curve of two faces" ; :image "SolidDesigner/3D_Curve/" :ui-behavior :relative) ("Curve by 2D Cvs" :title "Curve by 2D Cvs" :action "curve_3d_by_2d :first_edge" :description "Creates a 3D curve out of 2D curves" ; :image "SolidDesigner/3D_Curve/" :ui-behavior :relative) ("Convert Curve" :title "Convert Curve" :action "curve_conversion :wire_part" :description "Converts edges of existing 3D geometry to spline curve approximations" ; :image "SolidDesigner/3D_Curve/curve_convert" :ui-behavior :relative) ("Gather" :title "Gather" :action "curve_gather" :description "Copies edges of existing 3D geometry into a wire part" ; :image "SolidDesigner/3D_Curve/curve_gather" :ui-behavior :relative) ("Offset Curve" :title "Offset Curve" :action "curve_offset" :description "Displaces selected edges from a solid or face part and combine them in a wire part" ; :image "SolidDesigner/3D_Curve/curve_offset" :ui-behavior :relative) ("Mesh" :title "Mesh" :action "curve_mesh" :description "Creates a mesh from a selected face and add it to a specified wire part" ; :image "SolidDesigner/3D_Curve/curve_mesh" :ui-behavior :relative) ("Modify Spline 3D" :title "Modify Spline" :action "spline_dialog" :description "Modifies spline curves in 3D space, and deletes 3D curves without deleting the entire part" ; :image "SolidDesigner/3D_Curve/spline_modify" :ui-behavior :relative) ("Delete Curve" :title "Delete Curve" :action "curve_deletion" :description "Removes selected 3D curves from wire parts" ; :image "SolidDesigner/3D_Curve/curve_del" :ui-behavior :relative) ("Vertex 3D" :title "Vertex 3D" :action "vertex_creation" :description "Creates a vertex in 3D space" ; :image "SolidDesigner/3D_Curve/vertex" :ui-behavior :relative) ("Curve Analysis" :title "Curve Analysis" :action "curvature_analysis" :description "Analyses a 3D curve" ; :image "SolidDesigner/3D_Curve/cv_analysis" :ui-behavior :relative) ;;----- SolidDesigner: Features ----------------------------------------------- (:Group "Features" :title "Features") ("Create Feature" :title "Create Feature" :action "define_feature" :description "Create a user-defined feature" ; :image "SolidDesigner/Features/create_feature" :ui-behavior :relative) ("Remove Feature" :title "Remove Feature" :action "remove_feature" :description "Remove a user-defined feature" ; :image "SolidDesigner/Features/remove_feature" :ui-behavior :relative) ("Rename Feature" :title "Rename Feature" :action "rename_feature" :description "Rename a user-defined feature" ; :image "SolidDesigner/Features/rename_feature" :ui-behavior :relative) ("Highlight Feature" :title "Highlight Feature" :action "highlight_feature" :description "Highlight a user-defined feature" ; :image "SolidDesigner/Features/highlight_feature" :ui-behavior :relative) ("Edit Feature" :title "Edit Feature" :action "edit_feature" :description "Edit a user-defined feature" ; :image "SolidDesigner/Features/edit_feature" :ui-behavior :relative) ;;----- SolidDesigner: Process Info ------------------------------------------- (:Group "Process Info" :title "Process Info") ("Distance Anno" :title "Distance Anno" :action "annotation_3d_distance :ref1" :description "Creates a 3D distance annotation" :image "SolidDesigner/Process_Info/3d_anno_distance" :ui-behavior :relative) ("Angle Anno" :title "Angle Anno" :action "annotation_3d_angle :ref1" :description "Creates a 3D angle annotation" :image "SolidDesigner/Process_Info/3d_anno_angle" :ui-behavior :relative) ("Radius Anno" :title "Radius Anno" :action "annotation_3d_radius :ref" :description "Creates a 3D radius annotation" :image "SolidDesigner/Process_Info/3d_anno_radius" :ui-behavior :relative) ("Diameter Anno" :title "Diameter Anno" :action "annotation_3d_diameter :ref" :description "Adds 3D Annotations measuring diameters to circles, arcs, cylinders, and spheres" :image "SolidDesigner/Process_Info/3d_anno_diameter" :ui-behavior :relative) ("Modify Anno" :title "Modify Anno" :action "annotation_3d_modify" :description "Modifies 3D Annotations" :image "SolidDesigner/Process_Info/3d_anno_modify" :ui-behavior :relative) ("Delete Anno" :title "Delete Anno" :action "annotation_3d_delete" :description "Deletes 3D annotations" :image "SolidDesigner/Process_Info/3d_anno_delete" :ui-behavior :relative) ("Edit Anno Value" :title "Edit Anno Value" :action "annotation_3d_edit_value :dim-sel" :description "Edits a dimension value independently of other text in the dimension" :image "SolidDesigner/Process_Info/3d_anno_edit_value" :ui-behavior :relative) ("Mode Anno in Plane" :title "Move Anno in Plane" :action "annotation_3d_pos_in_plane" :description "Moves a dimension label within its plane" :image "SolidDesigner/Process_Info/3d_anno_pos_in_plane" :ui-behavior :relative) ("Strech Anno" :title "Strech Anno" :action "annotation_3d_pos_stretch" :description "Stretchs a dimension label" :image "SolidDesigner/Process_Info/3d_anno_stretch" :ui-behavior :relative) ("Move Anno thru Plane" :title "Move Anno thru Plane" :action "annotation_3d_pos_thru_plane" :description "Moves a dimension label through its plane" :image "SolidDesigner/Process_Info/3d_anno_edit_thru_plane" :ui-behavior :relative) ;;----- SolidDesigner: Sheets ------------------------------------------------- (:Group "Sheets" :title "Sheets") ("Create Bends" :title "Create Bends" :action "bend_create" :description "Creates bends from a sharp edge or from a flat sheet" :image "SolidDesigner/Sheets/bend_create" :ui-behavior :relative) ("Modify Bends" :title "Modify Bends" :action "bend_modify" :description "Modifies bends" :image "SolidDesigner/Sheets/bend_modify" :ui-behavior :relative) ("Fold/Unfold" :title "Fold/Unfold" :action "fold_unfold" :description "Folds and unfolds parts" :image "SolidDesigner/Sheets/fold_unfold" :ui-behavior :relative) ("Bend Animation" :title "Bend Animation" :action "bend_animation" :description "Animates one or multiple bends" :image "SolidDesigner/Sheets/bend_anim" :ui-behavior :relative) ;;----- SolidDesigner: Filing ------------------------------------------------- (:Group "Filing" :title "Filing") ("New Session" :title "&New Session" :action "uic_reset_session" :description "Cleans up SolidDesigner and starts over with new empty part and workplane" :accelerator "Ctrl N" :image "SolidDesigner/Filing/new_doc") ("Load ..." :title "&Load ..." :action (ui::uic-show-load-browser) :description "Loads a file into SolidDesigner" :ui-behavior :relative :accelerator "Ctrl O" :image "SolidDesigner/Filing/load_sd") ("Load 3D Data" :title "Load 3D Data" :action "load_sd" :image "SolidDesigner/Filing/load_3d_data" :ui-behavior :default) ("Load Package" :title "Load Package" :action "load_package" :image "SolidDesigner/Filing/load_package" :ui-behavior :default) ("Load Environment" :title "Load Environment" :action "load_environment" :image "SolidDesigner/Filing/load_environment" :ui-behavior :default) ("Load Session" :title "Load Session" :action "load_session" :image "SolidDesigner/Filing/load_session" :ui-behavior :default) ("Load ME30" :title "Load ME30" :action "load_me30" :image "SolidDesigner/Filing/load_me30" :ui-behavior :default) ("Load Profile (MI)" :title "Load Profile (MI)" :action "load_profile" :image "SolidDesigner/Filing/load_mi" :ui-behavior :default) ("Load IGES" :title "Load IGES" :action "load_iges" :image "SolidDesigner/Filing/load_iges" :ui-behavior :default) ("Load STEP" :title "Load STEP" :action "step_import" :image "SolidDesigner/Filing/load_step" :ui-behavior :default) ("Save ..." :title "&Save ..." :action (ui::uic-show-save-browser) :description "Saves the selected elements to a SolidDesigner file" :ui-behavior :relative :accelerator "Ctrl S" :image "SolidDesigner/Filing/save_sd") ("Save 3D Data" :title "Save 3D Data" :action "save_sd" :image "SolidDesigner/Filing/save_3d_data" :enable (not (si::eval-feature 'lisp::demomode)) :ui-behavior :default) ("Save 3D Modified" :title "Save 3D Modified" :action "save_sd_modified" :image "SolidDesigner/Filing/save_3d_modified" :enable (not (si::eval-feature 'lisp::demomode)) :ui-behavior :default) ("Save Package" :title "Save Package" :action "save_package" :image "SolidDesigner/Filing/save_package" :ui-behavior :default) ("Save Package All at Top" :title "Save Package All at Top" :action "save_package :all_at_top :overwrite" :image "SolidDesigner/Filing/save_pkg_all_at_top" :ui-behavior :default) ("Save Package in Assembly" :title "Save Package in Assembly" :action "save_package :in_assembly" :image "SolidDesigner/Filing/save_pkg_in_assy" :ui-behavior :default) ("Save Session" :title "Save Session" :action "save_session" :image "SolidDesigner/Filing/save_session" :enable (not (si::eval-feature 'lisp::demomode)) :ui-behavior :default) ("Save MI" :title "Save MI" :action "mi_out" :image "SolidDesigner/Filing/save_layout" :ui-behavior :default) ("Save Environment" :title "Save Environment" :action "save_environment" :image "SolidDesigner/Filing/save_environment" :enable (not (si::eval-feature 'lisp::demomode)) :ui-behavior :default) ("Save ACIS (SAT)" :title "Save ACIS (SAT)" :action "save_sat" :image "SolidDesigner/Filing/save_acis" :enable (not (si::eval-feature 'lisp::demomode)) :ui-behavior :default) ("Save STL" :title "Save STL" :action "stl" :image "SolidDesigner/Filing/save_stl" :enable (not (si::eval-feature 'lisp::demomode)) :ui-behavior :default) ("Save IGES" :title "Save IGES" :action "save_iges" :image "SolidDesigner/Filing/save_iges" :ui-behavior :default) ("Save IGES Surface" :title "Save IGES Surface" :action "save_iges :settings :trimmed-parametric :select :part" :description "Save as IGES trimmed parametric surfaces" :image "SolidDesigner/Filing/save_iges_surface" :ui-behavior :default) ("Save IGES Wireframe" :title "Save IGES Wireframe" :action "save_iges :settings :wireframe :select :part" :image "SolidDesigner/Filing/save_iges_wireframe" :ui-behavior :default) ("Save STEP" :title "Save STEP" :action "step_export" :image "SolidDesigner/Filing/save_step" :enable (not (si::eval-feature 'lisp::demomode)) :ui-behavior :default) ("Save VRML" :title "Save VRML" :action "vrml-out :select" :image "SolidDesigner/Filing/save_vrml" :enable (not (si::eval-feature 'lisp::demomode)) :ui-behavior :relative) ("Database ..." :title "Database ..." :action (oli::sd-show-dialog-shell "SD-AIP-UI-MENU" :position '(:application :lefttop 200 200)) :description "Shows the database menu" :enable elan-ui::*database-enabled* :image "SolidDesigner/Filing/database") ("Store Workfile" :title "Store Workfile" :action "uic_store_workfile" :description "Stores the current SolidDesigner session to a file 'workfile.ses' in users home or profile directory" :enable (not (si::eval-feature 'lisp::demomode)) :image "SolidDesigner/Filing/store_workfile") ("Recall Workfile" :title "Recall Workfile" :action "uic_recall_workfile" :description "Reloads a session file '$HOME/workfile.ses' if available" :image "SolidDesigner/Filing/recall_workfile") ("Copy File" :title "Copy File" :action "uic_copy_file :source_file" :description "Copy a file on the file system" :image "SolidDesigner/Filing/copy_file" :ui-behavior :relative) ("Move File" :title "Move File" :action "uic_move_file :source_file" :description "Move a file on the file system" :image "SolidDesigner/Filing/move_file" :ui-behavior :relative) ("Delete File" :title "Delete File" :action "uic_delete_file :file" :description "Delete a file on the file system" :image "SolidDesigner/Filing/delete_file" :ui-behavior :relative) ;;("Send ..." :sysCmdId #xE10C) ;; ID_FILE_SEND_MAIL ("Recent File" :sysCmdId #xE110) ;; ID_FILE_MRU_FIRST ;;----- SolidDesigner: Print -------------------------------------------------- (:Group "Print" :title "Print") ("Print" :title "&Print" :sysCmdId #xE107 ;; ID_FILE_PRINT :description "Print the active document" :image "SolidDesigner/Print/print") ("Print Preview" :title "Print Pr&eview" :sysCmdId #xE109 ;; ID_FILE_PRINT_PREVIEW :description "Display full pages" :image "SolidDesigner/Print/preview") ("High Resolution Print" :title "&High Resolution Print" :action (ui::uic-call-hr-dump) :image "SolidDesigner/Print/print" :description "Print active viewport with printer resolution") ;;----- SolidDesigner: Edit --------------------------------------------------- (:Group "Edit" :title "Edit") ("Cut" :title "Cu&t" :sysCmdId #xE123 ;; ID_EDIT_CUT :description "Cut the selection and put it on the Clipboard" :accelerator "Ctrl X" :image "SolidDesigner/Edit/cut") ;;----- SolidDesigner: Delete ------------------------------------------------- (:Group "Delete" :title "Delete") ("Delete 2D" :title "Delete &2D" :action "delete_2d" :description "Deletes 2D selected elements" :image "SolidDesigner/Delete/delete_2d_elem" :ui-behavior :relative) ("Delete 3D" :title "Delete &3D" :action "delete_3d" :description "Deletes 3D selected objects" :image "SolidDesigner/Delete/delete_3d" :ui-behavior :relative) ("Delete All 2D" :title "Delete All 2D" :action "delete_2d :all_2d complete" :description "Deletes all 2D geometry on active workplane" :image "SolidDesigner/Delete/delete_2d_all") ("Delete 2D Geom" :title "Delete 2D Geom" :action "delete_2d :current_wp :edge_2d :all_2d complete" :description "Deletes all real 2D geometry on active workplane" :image "SolidDesigner/Delete/delete_2d_geom_all") ("Delete 2D Const" :title "Delete 2D Const" :action "delete_2d :current_wp :c_edge_2d :all_2d complete" :description "Deletes all construction geometry on active workplane" :image "SolidDesigner/Delete/delete_2d_const_all") ("Delete All 3D" :title "Delete All 3D" :action "delete_3d :all_at_top complete" :description "Deletes 3D objects at top" :image "SolidDesigner/Delete/delete_3d_all") ("Delete Workplane" :title "Delete Workplane" :action "delete_3d :workplane" ; :image "SolidDesigner/Delete/delete_wp" ) ("Delete Part" :title "Delete Part" :action "delete_3d :part" ; :image "SolidDesigner/Delete/delete_part" ) ("Delete Assembly" :title "Delete Assembly" :action "delete_3d :assembly" ; :image "SolidDesigner/Delete/delete_assy" ) ("Delete View" :title "Delete View" :action "delete_3d :view" :description "Delete a view from a layout" ; :image "SolidDesigner/Delete/delete_view" ) ;;----- SolidDesigner: Window ------------------------------------------------- (:Group "Window" :title "Window") ("New Standard Viewport" :title "&New Standard Viewport" :sysCmdId #xE130 ;; ID_WINDOW_NEW :description "Opens a new viewport with default settings" :image "SolidDesigner/View/new_std_vp") ("New Viewport ..." :title "N&ew Viewport ..." :action (frame2-ui::create-viewport) :description "Starts a dialog to create a new viewport") ("Delete Viewport" :title "Delete Viewport" :action "delete_vp" :description "Delete a viewport" :image "SolidDesigner/Delete/delete_vp") ;;----- SolidDesigner: Show --------------------------------------------------- (:Group "Show" :title "Show") ("3D Shaded" :title "3D Shaded" :action (progn (ui::uic-set-show-mode '(:3dgeo_shaded :3dgeo_hidden) :on) (ui::uic-set-show-mode '(:3dgeo_wire :3dgeo_edged) :off)) :description "Shows the model in shaded mode in the current viewport" :image "SolidDesigner/Show/shaded") ("3D Shaded and Edged" :title "3D Shaded and Edged" :action (progn (ui::uic-set-show-mode '(:3dgeo_shaded :3dgeo_edged :3dgeo_hidden) :on) (ui::uic-set-show-mode :3dgeo_wire :off)) :description "Shows the model shaded with edges enabled in the current viewport" :image "SolidDesigner/Show/shaded_edged") ("3D Edged and Hidden Off" :title "3D Edged and Hidden Off" :action (progn (ui::uic-set-show-mode '(:3dgeo_edged) :on) (ui::uic-set-show-mode '(:3dgeo_shaded :3dgeo_wire :3dgeo_hidden) :off)) :description "Shows the model with edges enabled only" :image "SolidDesigner/Show/edged") ("3D Vertices On/Off" :title "3D Vertices On/Off" :action (ui::uic-set-show-mode :3dgeo_vertices :toggle) :description "Toggles the 3D vertex show mode in a given or selected viewport" :image "SolidDesigner/Show/3dgeo_vertices") ("Labels On/Off" :title "Labels On/Off" :action (ui::uic-set-show-mode '(:3dgeo_label :off :workplanes_2dgeo_label :off) '(:3dgeo_label :on :workplanes_2dgeo_label :on)) :description "Shows or hides Labels in the current viewport" :image "SolidDesigner/Show/3dgeo_labels") ("2D Geometry On/Off" :title "2D Geometry On/Off" :action (ui::uic-set-show-mode '(:workplanes_2dgeo :off :workplanes_2dconstruction :off) '(:workplanes_2dgeo :on :workplanes_2dconstruction :on)) :description "Shows or hides 2D Geometry in the current viewport" :image "SolidDesigner/Show/wp_2dgeo") ("2D Vertex On/Off" :title "2D Vertex On/Off" :action (ui::uic-set-show-mode :workplanes_2dgeo_vertices :toggle) :description "Toggles the 2D vertex show mode in a given or selected viewport" :image "SolidDesigner/Show/2d_vertex_on_off") ("Workplanes On/Off" :title "Workplanes On/Off" :action (ui::uic-set-show-mode :workplanes :toggle) :description "Shows or hides Workplanes in the current viewport" :image "SolidDesigner/Show/wp_off") ("3D Hidden On/Off" :title "3D Hidden On/Off" :action (ui::uic-set-show-mode :3dgeo_hidden :toggle) :description "Toggles the 3D hidden show mode in a given or selected viewport" :image "SolidDesigner/Show/3d_hidden_on_off" :accelerator "F4") ("3D Geometry On/Off" :title "3D Geometry On/Off" :action (ui::uic-set-show-mode :3dgeo :toggle) :description "Toggles the 3D geo show mode in a given or selected viewport" :image "SolidDesigner/Show/3dgeo_off" :accelerator "F5") ("Shaded/Wire" :title "Shaded/Wire" :action (ui::uic-set-show-mode '(:3dgeo_shaded :off :3dgeo_wire :on :3dgeo_hidden :off) '(:3dgeo_shaded :on :3dgeo_wire :off :3dgeo_hidden :on)) :description "Toggles between shaded and wire mode in a given or selected viewport" :image "SolidDesigner/Show/shaded_wire" :accelerator "F6") ("Part Transparency On/Off" :title "Part Transparency On/Off" :action (UI::uic-set-show-mode :3dgeo_part_transparency :toggle) :description "Toggles the part transparency in a given or selected viewport" :image "SolidDesigner/Show/part_transp_on_off") ("Face Transparency On/Off" :title "Face Transparency On/Off" :action (UI::uic-set-show-mode :3dgeo_face_transparency :toggle ) :description "Toggles the face transparency in a given or selected viewport" :image "SolidDesigner/Show/face_transp_on_off") ("WP Borders On/Off" :title "WP Borders On/Off" :action (UI::uic-set-show-mode '(:workplanes_border :off :workplanes_label :off) '(:workplanes_border :on :workplanes_label :on)) :description "Toggles the workplane borders in a given or selected viewport" :image "SolidDesigner/Show/wp_borders_on_off" :accelerator "F7") ("WP Axes On/Off" :title "WP Axes On/Off" :action (ui::uic-set-show-mode :workplanes_local_axis :toggle) :description "Toggles the workplane axes in a given or selected viewport" :image "SolidDesigner/Show/wp_axes" :accelerator "F8") ("Light Icons On" :title "Light Icons On" :action (ui::uic-set-show-mode :light_icons :on) :description "Turns the light icons on in a given or selected viewport" :image "SolidDesigner/Show/light_icons_on") ("Light Icons Off" :title "Light Icons Off" :action (ui::uic-set-show-mode :light_icons :off) :description "Turns the light icons off in a given or selected viewport" :image "SolidDesigner/Show/light_icons_off") ("Light Help Body On" :title "Light Help Body On" :action (ui::uic-set-show-mode :light_help_body :on) :description "Turns the light help body on in a given or selected viewport" :image "SolidDesigner/Show/light_help_body_on") ("Light Help Body Off" :title "Light Help Body Off" :action (ui::uic-set-show-mode :light_help_body :off) :description "Turns the light help body off in a given or selected viewport" :image "SolidDesigner/Show/light_help_body_off") ;;----- SolidDesigner: Drawlist ----------------------------------------------- (:Group "Drawlist" :title "Drawlist") ("Add to Drawlist ..." :title "&Add to Drawlist ..." :action (ui::uic-vp-cmd "add_to_vp_drawlist") :image "SolidDesigner/Drawlist/drawlist_browser_add" :description "Adds selected objects to the drawlist of the viewport") ("Remove from Drawlist ..." :title "&Remove from Drawlist ..." :action (ui::uic-vp-cmd "remove_from_vp_drawlist") :image "SolidDesigner/Drawlist/drawlist_browser_remove" :description "Removes selected objects from the drawlist of the viewport") ("Clear Drawlist" :title "Clea&r Drawlist" :action (ui::uic-vp-cmd "clear_vp") :image "SolidDesigner/Drawlist/drawlist_browser_clear" :description "Clears the draw list for the actual viewport") ("Add all to Drawlist" :title "Add a&ll to Drawlist" :action (ui::uic-vp-cmd "uic_draw_all") :image "SolidDesigner/Drawlist/drawlist_browser_add_all" :description "Adds all parts, assemblies, workplanes, workplane sets and layouts to the draw list for the actual viewport") ("Draw Only ..." :title "&Draw Only ..." :action (ui::uic-vp-drawlist-cmd "set_vp_drawlist") :image "SolidDesigner/Drawlist/drawlist_browser_draw_only" :description "Only the selected part remains on the drawlist") ("Copy Drawlist ..." :title "&Copy Drawlist ..." :action (ui::uic-vp-cmd "copy_vp_drawlist") :image "SolidDesigner/Drawlist/drawlist_browser_copy" :description "Copies the content of the draw list of one viewport to the current viewport") ;;----- SolidDesigner: Catch -------------------------------------------------- (:Group "Catch" :title "Catch") ("Catch 2D All" :title "Catch 2D All" :action "set_catch_parameters :project set_catch_parameters :all set_catch_parameters :part :off" :description "Sets the catch mode to allow catching of all 2D geometry" :image "SolidDesigner/Catch/catch_2d_all") ("Catch 3D->2D All" :title "Catch 3D->2D All" :action "set_catch_parameters :project set_catch_parameters :all set_catch_parameters :part :on" :description "Sets the catch mode to allow catching of all 2D and 3D" :image "SolidDesigner/Catch/catch_3d_2d_all") ("Catch 3D->2D Center" :title "Catch 3D->2D Center" :action "set_catch_parameters :project set_catch_parameters :center set_catch_parameters :part :on" :description "Sets the catch mode to allow catching to the center of 2D and 3D elements" :image "SolidDesigner/Catch/catch_center") ;;----- SolidDesigner: Select ------------------------------------------------- (:Group "Select" :title "Select") ("Probe" :title "P&robe" :action ":step" :enable elan-ui::*stepper-enabled* :description "Probe and select objects" :image "SolidDesigner/Select/probe" :ui-behavior :relative) ("Preselection" :title "Preselection" ;; Edit menu :range (("All" :title "All" :action "(set-current-preselection-focus :all_types)") ("Assembly" :title "Assembly" :action "(set-current-preselection-focus :assembly)") ("Part" :title "Part" :action "(set-current-preselection-focus :part)") ("Workplane" :title "Workplane" :action "(set-current-preselection-focus :workplane)") ("Face" :title "Face" :action "(set-current-preselection-focus :face_3d)") ("Edge" :title "Edge" :action "(set-current-preselection-focus :edge_3d)")) :enable (agent::get-preselection-allowed) :action "current_presel_focus" :description "Sets current preselection focus" :image "SolidDesigner/Select/preselection" :ui-behavior :relative) ("Select All 2D" :title "Select All 2D" :action ":all_2d" :image "SolidDesigner/Select/select_all_2d") ("Select All 3D" :title "Select All 3D" :action ":all_3d" :image "SolidDesigner/Select/select_all_3d") ("Select By Face" :title "Select By Face" :action ":by_face" ; :image "SolidDesigner/Select/select_by_face" ) ("Select By Edge3D" :title "Select By Edge3D" :action ":by_edge_3d" ; :image "SolidDesigner/Select/select_by_edge3d" ) ("Select In Part" :title "Select In Part" :action ":in_part" ; :image "SolidDesigner/Select/select_in_part" ) ("Select In Assembly" :title "Select In Assembly" :action ":in_assembly" ; :image "SolidDesigner/Select/select_in_assy" ) ("Select By VP Box" :title "Select By VP Box" :action ":by_box_vp" :description "Select by infinite viewport box" ; :image "SolidDesigner/Select/select_by_vp_box" ) ("Select By 3D Box" :title "Select By 3D Box" :action ":by_box_wp" :description "Select by 3D box on current workplane" :image "SolidDesigner/Select/select_by_3d_box" ) ("Select Current" :title "Select Current" :action ":current" ; :image "SolidDesigner/Select/select_current" ) ("Select By Defined Feature" :title "Select By Defined Feature" :action ":by_feature" :description "Select by user-defined feature" ; :image "SolidDesigner/Select/select_by_def_feat" ) ("Select By Recognized Feature" :title "Select By Recognized Feature" :action ":by_boss_pocket" :description "Select by recognized feature" ; :image "SolidDesigner/Select/select_by_rec_feat" ) ("Select By Rib Feature" :title "Select By Rib Feature" :action ":convex" :description "Selects rib-type features by their underlying convex boundaries" ; :image "SolidDesigner/Select/select_by_rib_feat" ) ("Select By Slot Feature" :title "Select By Slot Feature" :action ":concave" :description "Selects slot-type features by their underlying concave boundaries" ; :image "SolidDesigner/Select/select_by_slot_feat" ) ("Select 2D Geometry" :title "Select 2D Geometry" :action ":edge_2d" :description "Set the current select focus to 2D geometry." ) ("Select 2D Construction" :title "Select 2D Construction" :action ":c_edge_2d" :description "Set the current select focus to 2D construction geometry." ) ("Select 3D Edges" :title "Select 3D Edges" :action ":edge_3d" :description "Set the current select focus to 3D edges." ) ("Select Faces" :title "Select Faces" :action ":face_3d" :description "Set the current select focus to faces." ) ;;----- SolidDesigner: Measure ------------------------------------------------ (:Group "Measure" :title "Measure") ("Measure" :title "Measure" :action (ui::uic-show-measure-menu) :description "Toolbox with Measure Commands" :image "SolidDesigner/Measure/measure_menu") ;; Measure commands with output to measure output box ("Point 2D" :title "Point 2D" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_pt_2d" :description "Measures the coordinates of a 2D point relative to the origin of the workplane in the local coordinate system." :image "SolidDesigner/Measure/meas_point_2D" :ui-behavior :relative) ("Point 3D" :title "Point 3D" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_pt_3d" :description "Measures the coordinates of a 3D point relative to the origin of the global coordinate system." :image "SolidDesigner/Measure/meas_3d_pnt" :ui-behavior :relative) ("Vector 3D" :title "Vector 3D" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_vec_3d" :description "Opens menu for measuring 3D vectors." :image "SolidDesigner/Measure/meas_3d_vec" :ui-behavior :relative) ("Vector by 2 Points" :title "Vector by 2 Points" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_vec_3d :two_ptv" :description "Measures the vector between two points." :image "SolidDesigner/Measure/meas_vec_2pnts" :ui-behavior :relative) ("Vector by Dir and Length" :title "Vector by Dir and Length" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_vec_3d :dir_len" :description "Measures the vector defined by a direction and length." :image "SolidDesigner/Measure/meas_vec_dir_len" :ui-behavior :relative) ;;("Vector Face Nor Len" ;; :title (lola mesg "Vector Face Nor Len" 9999 "browser_item" "Command name") ;; :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_vec_3d :face_nor_len" ;; :description (lola mesg "." 9999 "prompt" "Command description") ;; :image "SolidDesigner/Measure/meas_vec_face_nor_len" ;;) ("Dist" :title "Distance" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist" :description "Opens menu for measuring distances." :image "SolidDesigner/Measure/meas_distance" :ui-behavior :relative) ("Dist by 2 Points" :title "Distance Between 2 Points" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :between_points" :description "Measures the distance between two points. (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_by_2pnts" :ui-behavior :relative) ("Distance Horizontal" :title "Distance Horizontal" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" uic_measure_dist_horizontal" :description "Measures the horizontal distance between two points (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_horiz") ("Distance Vertical" :title "Distance Vertical" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" uic_measure_dist_vertical" :description "Measures the vertical distance between two points (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_vert") ("Distance on Workplane" :title "Distance on Workplane" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" uic_measure_dist_workplane" :description "Measures the distance between two points projected onto the active workplane (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_on_wp") ("Distance in Direction" :title "Distance in Direction" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" uic_measure_dist_direction" :description "Measures the distance between two points in a user defined direction (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_in_dir") ("Edge Length" :title "Edge Length" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :edge_length" :description "Measures edge length. (Result -> Distance output data field)" :ui-behavior :relative :image "SolidDesigner/Measure/meas_edge_length") ("Radius of Edge" :title "Radius" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :radius" :description "Measures the radius of a cylinder, arc, or circle. (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_radius" :ui-behavior :relative) ("Dist of Point to Edge" :title "Distance of Point to Edge" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :point_edge" :description "Measures the shortest distance between a point and an edge. (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_pnt_on_edge" :ui-behavior :relative) ("Dist of Point to Face" :title "Distance of Point to Face" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :point_face" :description "Measures the shortest distance between a point and a face. (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_pnt_to_face" :ui-behavior :relative) ("Dist of Point to Curve" :title "Distance of Point to Curve" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :point_curve" :description "Measures the shortest distance between a point and a curve. (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_point_curve" :ui-behavior :relative) ("Dist of Point to Surface" :title "Distance of Point to Surface" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :point_surface" :description "Measures the shortest distance between a point and a surface. (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_point_surface" :ui-behavior :relative) ("Dist of Face to Face" :title "Distance of Face to Face" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :face_face" :description "Measures the shortest distance between two faces. (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_point_face_face" :ui-behavior :relative) ("Dist of Surf to Surf" :title "Distance of Surf to Surf" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :sf_sf" :description "Measures the shortest distance between two surfaces. (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_point_sf_sf" :ui-behavior :relative) ("Dist of Edge to Face" :title "Distance of Edge to Face" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :edge_face" :description "Measures the shortest distance between an edge and a face. (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_point_edge_face" :ui-behavior :relative) ("Dist of Edge to Surf" :title "Distance of Edge to Surf" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :edge_sf" :description "Measures the shortest distance between an edge and a surface. (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_point_edge_sf" :ui-behavior :relative) ("Dist of Edge to Edge" :title "Distance of Edge to Edge" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dist :edge_edge" :description "Measures the shortest distance between two edges. (Result -> Distance output data field)" :image "SolidDesigner/Measure/meas_dist_point_edge_edge" :ui-behavior :relative) ("Direction 3D" :title "Direction 3D" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d" :description "Opens menu for measuring 3D directions." :image "SolidDesigner/Measure/meas_3d_dir" :ui-behavior :relative) ("Direction of Axis X" :title "Direction of Axis X" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d :x" :description "Measures the direction of the global coordinate axis X." :image "SolidDesigner/Measure/meas_dir_x" :ui-behavior :relative) ("Direction of Axis Y" :title "Direction of Axis Y" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d :y" :description "Measures the direction of the global coordinate axis Y." :image "SolidDesigner/Measure/meas_dir_y" :ui-behavior :relative) ("Direction of Axis Z" :title "Direction of Axis Z" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d :z" :description "Measures the direction of the global coordinate axis Z." :image "SolidDesigner/Measure/meas_dir_z" :ui-behavior :relative) ("Direction of Axis U" :title "Direction of Axis U" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d :u" :description "Measures the direction of the local workplane axis U." :image "SolidDesigner/Measure/meas_dir_u" :ui-behavior :relative) ("Direction of Axis V" :title "Direction of Axis V" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d :v" :description "Measures the direction of the local workplane axis V." :image "SolidDesigner/Measure/meas_dir_v" :ui-behavior :relative) ("Direction of Axis W" :title "Direction of Axis W" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d :w" :description "Measures the direction of the local workplane axis W." :image "SolidDesigner/Measure/meas_dir_w" :ui-behavior :relative) ("Direction of View" :title "Direction of View" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d :vp_dir" :description "Measures the direction of the view in a viewport." :image "SolidDesigner/Measure/meas_view_dir" :ui-behavior :relative) ("Direction of Face" :title "Direction of Face" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d :face_normal" :description "Measures the normal direction of a face." :image "SolidDesigner/Measure/meas_face_dir" :ui-behavior :relative) ("Direction by 2 Points" :title "Direction by 2 Points" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d :two_pt" :description "Measures the 3D direction between two points." :image "SolidDesigner/Measure/meas_dir_2pnts" :ui-behavior :relative) ("Direction of Edge Tangent" :title "Direction of Edge Tangent" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d :edge_tangent" :description "Measures the 3D direction of an edge tangent." :image "SolidDesigner/Measure/meas_dir_edge_tangent" :ui-behavior :relative) ("Direction of Surf Axis" :title "Direction of Surf Axis" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_dir_3d :surface_axis" :description "Measures the 3D direction of a cylinder, cone, or torus." :image "SolidDesigner/Measure/meas_dir_surf_axis" :ui-behavior :relative) ("Axis 3D" :title "Axis 3D" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d" :description "Opens menu for measuring 3D axes." :image "SolidDesigner/Measure/meas_axis_3D" :ui-behavior :relative) ("Axis X" :title "Axis X" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :x" :description "Displays the axis point (the global coordinate system origin) and direction in the two sets of X, Y, Z fields." :image "SolidDesigner/Measure/meas_axis_x" :ui-behavior :relative) ("Axis Y" :title "Axis Y" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :y" :description "Displays the axis point (the global coordinate system origin) and direction in the two sets of X, Y, Z fields." :image "SolidDesigner/Measure/meas_axis_y" :ui-behavior :relative) ("Axis Z" :title "Axis Z" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :z" :description "Displays the axis point (the global coordinate system origin) and direction in the two sets of X, Y, Z fields." :image "SolidDesigner/Measure/meas_axis_z" :ui-behavior :relative) ("xis U" :title "Axis U" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :u" :description "Displays the axis point (the workplane origin relative to the global coordinate system origin) and direction." :image "SolidDesigner/Measure/meas_axis_u" :ui-behavior :relative) ("Axis V" :title "Axis V" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :v" :description "Displays the axis point (the workplane origin relative to the global coordinate system origin) and direction." :image "SolidDesigner/Measure/meas_axis_v" :ui-behavior :relative) ("Axis W" :title "Axis W" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :w" :description "Displays the axis point (the workplane origin relative to the global coordinate system origin) and direction." :image "SolidDesigner/Measure/meas_axis_w" :ui-behavior :relative) ("Horiz Axis of Workplane" :title "Horiz Axis of Workplane" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :horiz" :description "Measures a horizontal axis of a workplane." :image "SolidDesigner/Measure/meas_axis_horiz" :ui-behavior :relative) ("Vert Axis of Workplane" :title "Vert Axis of Workplane" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :vert" :description "Measures a vertical axis of a workplane." :image "SolidDesigner/Measure/meas_axis_vert" :ui-behavior :relative) ("Axis Face Normal" :title "Axis Face Normal" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :face_normal" :description "Measures the normal direction of a face as an axis." :image "SolidDesigner/Measure/meas_axis_face_normal" :ui-behavior :relative) ("Axis by 2 Points" :title "Axis by 2 Points" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :two_pta" :description "Measures the axis between two points." :image "SolidDesigner/Measure/meas_axis_2pnts" :ui-behavior :relative) ("Axis of Edge Tangen" :title "Axis of Edge Tangen" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :edge_tangent" :description "Measures the axis of an edge tangent." :image "SolidDesigner/Measure/meas_axis_edge_tangent" :ui-behavior :relative) ("Axis of Surface" :title "Axis of Surface" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_axis_3d :surface_axis" :description "Measures the axis of a cylinder, cone, or torus." :image "SolidDesigner/Measure/meas_surface_axis" :ui-behavior :relative) ("Angle" :title "Angle" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_angle" :description "Opens menu for measuring Angles." :image "SolidDesigner/Measure/meas_angles" :ui-behavior :relative) ("Angle of Edge" :title "Angle between Edges" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_angle :edge" :description "Measures an angle from an edge." :image "SolidDesigner/Measure/meas_ang_edges" :ui-behavior :relative) ("Angle of Face" :title "Angle between Faces" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_angle :face" :description "Measures an angle from a face." :image "SolidDesigner/Measure/meas_ang_faces" :ui-behavior :relative) ("Angle of Workplane" :title "Angle between Workplanes" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_angle :wp" :description "Measures an angle from a workplane." :image "SolidDesigner/Measure/meas_ang_wps" :ui-behavior :relative) ("Angle of Direction" :title "Angle between Directions" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_angle :dir" :description "Measures an angle from a direction." :image "SolidDesigner/Measure/meas_ang_dir" :ui-behavior :relative) ("Angle of Vp Direction" :title "Angle of Vp Direction" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_angle :dir :vp_dir" :description "Measures an angle from a Viewport direction." :image "SolidDesigner/Measure/meas_ang_dir_vp" :ui-behavior :relative) ("Angle of Face Normal" :title "Angle of Face Normal" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_angle :dir :face_normal" :description "Measures the angle relative to a face's normal direction." :image "SolidDesigner/Measure/meas_ang_dir_face_normal" :ui-behavior :relative) ("Angle of Dir by 2 Points" :title "Angle of Dir by 2 Points" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_angle :dir :two_pt" :description "Measures the angle relative to a direction defined by two points." :image "SolidDesigner/Measure/meas_ang_dir_2pnts" :ui-behavior :relative) ("Angle of Dir of Edge Tangen" :title "Angle of Dir of Edge Tangen" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_angle :dir :edge_tangent" :description "Measures the angle relative to an edge tangent." :image "SolidDesigner/Measure/meas_ang_dir_edge_tangent" :ui-behavior :relative) ("Angle of Dir of Surface Axis" :title "Angle of Dir of Surface Axis" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_angle :dir :surface_axis" :description "Measures the angle relative to a cylinder, cone, torus or sprun spline." :image "SolidDesigner/Measure/meas_ang_dir_surface_axis" :ui-behavior :relative) ("Blend/Chamfer" :title "Blend/Chamfer" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" measure_blend_chamfer" :description "Measures the radius of a blend or the distance and angle of a chamfer." :image "SolidDesigner/Measure/meas_blend_chamfer" :ui-behavior :relative) ("Workplane Area Properties" :title "Workplane Area Properties" :action "area_props" :description "Measure the area properties of a workplane" :ui-behavior :relative :image "SolidDesigner/Measure/meas_wp_area_prop" :context-enable (agent::workplane-enable-context-menu-entry :with-profile)) ("Part Mass Properties" :title "Part Properties" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" get_vol_prop :for_part" :description "Measure the properties of a part" :image "SolidDesigner/Measure/meas_part_mass_prop" :ui-behavior :relative) ("Part Volume" :title "Part Volume" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" uic_measure_part_volume" :description "Measures the volume of a part (Result -> Measure output data field)" :image "SolidDesigner/Measure/meas_part_vol") ("Part Area" :title "Part Area" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" uic_measure_part_area" :description "Measures the area of a part (Result -> Measure output data field)" :image "SolidDesigner/Measure/meas_part_area") ("Face Mass Properties" :title "Face Properties" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" get_vol_prop :for_face" :description "Measure the properties of a face" :image "SolidDesigner/Measure/meas_face_mass_prop" :ui-behavior :relative) ("Face Area" :title "Face Area" :action "set_pers_context \"MEASURE-OUTPUT-CONTEXT\" uic_measure_face_area" :description "Measures the area of a face (Result -> Measure output data field)" :image "SolidDesigner/Measure/meas_face_area") ;; Calculator specific measure functions -> output into calculator ("Distance by 2 Points (Calc)" :title "Distance by 2 Points (Calculator)" :action "uic_measure_dist_two_pts" :description "Measures the length of an edge (result -> calculator)" :image "SolidDesigner/Measure/meas_dist_by_2pnts_calc") ("Radius of Edge (Calc)" :title "Radius of Edge (Calculator)" :action "uic_measure_edge_radius" :description "Measures the radius of circular edges (result -> calculator)" :image "SolidDesigner/Measure/meas_edge_radius") ("Distance of Point to Edge (Calc)" :title "Distance of Point to Edge (Calculator)" :action "uic_measure_dist_pt_edge" :description "Measures the shortest distance between a point and an edge (result -> calculator)" :image "SolidDesigner/Measure/meas_dist_pnt_on_edge_calc") ("Distance of Point to Face (Calc)" :title "Distance of Point to Face (Calculator)" :action "uic_measure_dist_pt_face" :description "Measures the shortest distance between a point and a face (result -> calculator)" :image "SolidDesigner/Measure/meas_dist_pnt_to_face_calc") ("Distance Horizontal (Calc)" :title "Distance Horizontal (Calculator)" :action "uic_measure_dist_horizontal" :description "Measures the horizontal distance between two points (result -> calculator)" :image "SolidDesigner/Measure/meas_dist_horiz_calc") ("Distance Vertical (Calc)" :title "Distance Vertical (Calculator)" :action "uic_measure_dist_vertical" :description "Measures the vertical distance between two points (result -> calculator)" :image "SolidDesigner/Measure/meas_dist_vert_calc") ("Distance on Workplane (Calc)" :title "Distance on Workplane (Calculator)" :action "uic_measure_dist_workplane" :description "Measures the distance between two points projected onto the active workplane (result -> calculator)" :image "SolidDesigner/Measure/meas_dist_on_wp_calc") ("Distance in Direction (Calc)" :title "Distance in Direction (Calculator)" :action "uic_measure_dist_direction" :description "Measures the distance between two points in a user defined direction (result -> calculator)" :image "SolidDesigner/Measure/meas_dist_in_dir_calc") ("Radius of Cylinder (Calc)" :title "Radius of Cylinder (Calculator)" :action "uic_measure_cylinder_radius" :description "Measures the radius of cylinders (result -> calculator)" :image "SolidDesigner/Measure/meas_cyl_radius") ("Radius of Sphere (Calc)" :title "Radius of Sphere (Calculator)" :action "uic_measure_sphere_radius" :description "Measures the radius of spheres (result -> calculator)" :image "SolidDesigner/Measure/meas_sphere_radius") ("Radius of Torus (Major) (Calc)" :title "Radius of Torus (Major) (Calculator)" :action "uic_measure_torus_major" :description "Measures the major radius of torii (result -> calculator)" :image "SolidDesigner/Measure/meas_torus_major_radius") ("Radius of Torus (Minor) (Calc)" :title "Radius of Torus (Minor) (Calculator)" :action "uic_measure_torus_minor" :description "Measures the minor radius of torii (result -> calculator)" :image "SolidDesigner/Measure/meas_torus_minor_radius") ("Angle between Edges (Calc)" :title "Angle between Edges (Calculator)" :action "uic_measure_angle_edges" :description "Measures the angle between edges (result -> calculator)" :image "SolidDesigner/Measure/meas_ang_edges_calc") ("Angle between Faces (Calc)" :title "Angle between Faces (Calculator)" :action "uic_measure_angle_faces" :description "Measures the angle between faces (result -> calculator)" :image "SolidDesigner/Measure/meas_ang_faces_calc") ("Angle between Workplanes (Calc)" :title "Angle between Workplanes (Calculator)" :action "uic_measure_angle_workplanes" :description "Measures the angle between workplanes (result -> calculator)" :image "SolidDesigner/Measure/meas_ang_wps_calc") ("3D Direction (Calc)" :title "3D Direction (Calculator)" :action "uic_measure_3d_direction" :description "Measures a 3D direction (result -> calculator)" :image "SolidDesigner/Measure/meas_3d_dir_calc") ("3D Point (Calc)" :title "3D Point (Calculator)" :action "uic_measure_3d_point" :description "Measures a 3D point (result -> calculator)" :image "SolidDesigner/Measure/meas_3d_pnt_calc") ("3D Vector (Calc)" :title "3D Vector (Calculator)" :action "uic_measure_3d_vector" :description "Measures a 3D vector (result -> calculator)" :image "SolidDesigner/Measure/meas_3d_vec_calc") ("Part Volume (Calc)" :title "Part Volume (Calculator)" :action "uic_measure_part_volume" :description "Measures the volume of a part (result -> calculator)" :image "SolidDesigner/Measure/meas_part_vol_calc") ("Part Area (Calc)" :title "Part Area (Calculator)" :action "uic_measure_part_area" :description "Measures the area of a part (result -> calculator)" :image "SolidDesigner/Measure/meas_part_area_calc") ("Face Area (Calc)" :title "Face Area (Calculator)" :action "uic_measure_face_area" :description "Measures the area of a face (result -> calculator)" :image "SolidDesigner/Measure/meas_face_area_calc") ("Calculator" :title "Calculator" :action (raise-mini-calc) :description "Shows the calculator" :image "SolidDesigner/Measure/calculator") ;;----- SolidDesigner: Settings ----------------------------------------------- (:Group "Settings" :title "Settings") ("Set Part Base Color" :title "Set Part Base Color" :action "set_part_base_color" :description "Set the base color of a part" :ui-behavior :relative) ("Set Part Instance Color" :title "Set Part Instance Color" :action "set_part_inst_color" :description "Set the instance color of a part" :ui-behavior :relative) ("Set Face Color" :title "Set Face Color" :action "set_face_color" :description "Set the color of a face" :ui-behavior :relative) ("Color Selector" :title "Color Selector" :action "edit_color_selector" :description "Show the color selector. Changing colors and/or color palettes is possible." :ui-behavior :relative) ("Refine Face" :title "Refine Face" :action "refine_face" :description "Refine the facets on a face" ; :image "SolidDesigner/Settings/refine_face" :ui-behavior :relative) ("Refine Part" :title "Refine Part" :action "refine_part" :description "Refine the facets on a part" ; :image "SolidDesigner/Settings/refine_part" :ui-behavior :relative) ("Workplane Settings" :title "Workplane Settings" :action (elan-ui::show-dialog-default-wp-settings) :description "Sets and changes default appearance of workplanes." ; :image "SolidDesigner/Settings/wp_settings" ) ("Workplane Settings (Selected)" :title "Workplane Settings (Selected)" :action (elan-ui::show-dialog-selected-wp-wp-settings) :description "Sets and changes appearance of selected workplanes." ; :image "SolidDesigner/Settings/wp_settings" ) ("Part Settings" :title "Part Settings" :action (elan-ui::show-dialog-default-part-settings ) :description "Sets and changes default appearance of parts." ; :image "SolidDesigner/Settings/part_settings" ) ("Part Settings (Selected)" :title "Part Settings (Selected)" :action (elan-ui::show-dialog-selected-part-part-settings ) :description "Sets and changes appearance of selected parts." ; :image "SolidDesigner/Settings/part_settings" ) ("Modify 3d Settings" :title "Modify 3D Settings" :action (k2-ui::show-modify-3d-ui) :description "Sets and changes modify 3D settings" ; :image "SolidDesigner/Settings/3d_settings" ) ("Surfacing Settings" :title "Surfacing Settings" :action "CURVE_SETTINGS" :description "Changes the settings for 3D curve creation" ; :image "SolidDesigner/Settings/surf_settings" :ui-behavior :relative) ("Annotation 3D Settings" :title "Annotation 3D Settings" :action "annotation_3d_settings :DEFAULT" :description "Sets and changes default appearance of 3D annotations." ; :image "SolidDesigner/Settings/3d_anno_settings" :ui-behavior :relative) ("Annotation 3D Settings (Selected)" :title "Annotation 3D Settings (Selected)" :action "annotation_3d_settings :SELECTED" :description "Sets and changes appearance of 3D annotation" ; :image "SolidDesigner/Settings/3d_anno_settings" :ui-behavior :relative) ("System Settings" :title "System Settings" :action (nx::show-system_settings-personality) :description "Sets and changes system settings, e.g. units" ; :image "SolidDesigner/Settings/system_settings" ) ;;----- SolidDesigner: Miscellaneous ------------------------------------------ (:Group "Miscellaneous" :title "Miscellaneous") ("Undo One" :title "Undo One" :action "cancel_all undo :next complete" :description "Undo one modelling operation" :image "SolidDesigner/Miscellaneous/undo_one" :accelerator "Ctrl Z") ("Redo One" :title "Redo One" :action "cancel_all undo :forward :num_steps 1 complete" :description "Redo one modelling operation" :image "SolidDesigner/Miscellaneous/redo_one") ("Undo / Redo" :title "Undo / Redo" ;; Edit Menu :action "cancel_all undo" :description "Undo or redo modelling operations") ("Memory Usage" :title "Memory Usage" :action (ui::uic-show-memory-usage) :description "Displays the memory currently used, available, and limit" ; :image "SolidDesigner/Miscellaneous/memory_usage" ) ("Translate 2 Points" :title "Translate by 2 Points" :action ":translate :two_ptv" :description "Specify positioning option translate by two points." :ui-behavior :none ) ("Translate Dir Len" :title "Translate by Dir and Len" :action ":translate :dir_len" :description "Specify positioning option translate by direction and length." :ui-behavior :none ) ("Rotate" :title "Rotate" :action ":rotate" :description "Specify positioning option rotate." :ui-behavior :none ) ("Pt Pt Pt" :title "Match Points" :action ":match_three_pts" :description "Specify positioning option match three points." :ui-behavior :none ) ("Pt Dir Pt" :title "Pt Dir Pt" :action ":match_pt_dir_pt" :description "Specify positioning option point direction point." :ui-behavior :none ) ;;----- SolidDesigner: User Interface ----------------------------------------- (:Group "User Interface" :title "User Interface") ("Create 2D Menu" :title "Create 2D Menu" :action (ui::uic-show-default-menu "STRAIGHT_2D") :description "Shows SolidDesigner's standard Create 2D menu" :image "SolidDesigner/User_Interface/create_2d_menu") ("Circular Menu" :title "Circular Menu" :action (ui::uic-show-default-menu "CIRCULAR_2D") :description "Shows SolidDesigner's standard Circular 2D menu" ; :image "SolidDesigner/User_Interface/circular_menu" ) ("Construction Menu" :title "Construction Menu" :action (ui::uic-show-default-menu "CONSTRUCTION_2D") :description "Shows SolidDesigner's standard Construction 2D menu" :image "SolidDesigner/User_Interface/construction_menu" ) ("Contour Menu" :title "Contour Menu" :action (ui::uic-show-default-menu "CONTOUR_2D") :description "Shows SolidDesigner's standard Contour 2D menu" ; :image "SolidDesigner/User_Interface/contour_menu" ) ("Modify 2D Menu" :title "Modify 2D Menu" :action (ui::uic-show-default-menu "MODIFY_2D") :description "Shows SolidDesigner's standard Modify 2D menu" ; :image "SolidDesigner/User_Interface/modify_2d_menu" ) ("Workplane Menu" :title "Workplane Menu" :action (ui::uic-show-default-menu "WP") :description "Shows SolidDesigner's standard Workplane menu" :image "SolidDesigner/User_Interface/wp_menu") ("WP Set Menu" :title "WP Set Menu" :action (ui::uic-show-default-menu "WP_SET") :description "Shows SolidDesigner's standard Workplane Set menu" ; :image "SolidDesigner/User_Interface/wpset_menu" ) ("Part/Assy Menu" :title "Part/Assy Menu" :action (ui::uic-show-default-menu "PART_ASSEMBLY") :description "Shows SolidDesigner's standard Part/Assy menu" :image "SolidDesigner/User_Interface/part_assy_menu") ("Modify 3D Menu" :title "Modify 3D Menu" :action (ui::uic-show-default-menu "MODIFY_3D") :description "Shows SolidDesigner's standard Modify 3D menu" :image "SolidDesigner/User_Interface/modify_3d_menu") ("Machine Menu" :title "Machine Menu" :action (ui::uic-show-default-menu "MACHINE") :description "Shows SolidDesigner's standard Machine menu" :image "SolidDesigner/User_Interface/machine_menu") ("Freeform Menu" :title "Freeform Menu" :action (ui::uic-show-default-menu "FREEFORM") :description "Shows SolidDesigner's standard Freeform menu" ; :image "SolidDesigner/User_Interface/freeform_menu" ) ;;----- SolidDesigner: Database ----------------------------------------------- (:Group "Database" :title "Database") ("Open Editor" :title "Open Editor" :action "db-aip-ui::db_editor" :description "Pops up the database editor" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Load 3D Data (Desktop)" :title "Load 3D Data (Desktop)" :action "db-aip-ui::db_load" :description "Loads 3D data from the database" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Reload" :title "Reload" :action "db-aip-ui::db_reload" :description "Reloads 3D data from the database" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Save 3D Data (Desktop)" :title "Save 3D Data (Desktop)" :action "db-aip-ui::db_save_sd" :description "Saves 3D data to the database" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Store Package" :title "Store Package" :action "db-aip-ui:start_package" :description "Store a package to the database" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Store VRML" :title "Store VRML" :action "vrml:vrml-out :destination :none :select" :description "Stores VRML to the database" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Store IGES" :title "Store IGES" :action "db-aip-ui:start_iges" :description "Store IGES to the database" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Store STEP" :title "Store STEP" :action "(start-step)" :description "Stores STEP to the database" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Store ACIS(SAT)" :title "Store ACIS(SAT)" :action "db-aip-ui:start_sat" :description "Stores ACIS(SAT) to the database" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Store STL" :title "Store STL" :action "db-aip-ui:start_stl" :description "Stores STL to the database" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Assign" :title "Assign" :action "db-aip-ui:db_assign" :description "Assigns Masterdata to a part" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Reserve" :title "Reserve" :action "db-aip-ui::db_reserve_part" :description "Reserves a part or assembly" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Set Modify" :title "Set Modify" :action "db-aip-ui::db_modify_part" :description "Sets a part or assembly modifyable" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Unreserve" :title "Unreserve" :action "db-aip-ui::db_unreserve_part" :description "Unreserves a part or assembly" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Open BOM" :title "Open BOM" :action "db-aip-ui:db_open_bom" :description "Opens the BOM editor for a selected object" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Scan BOM" :title "Scan BOM" :action "db-aip-ui::db_scan" :description "Scans the BOM structure for a selected object" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Load 3D Data (DesignManagement)" :title "Load 3D Data (DesignManagement)" :action "db-aip-ui::db_load_3d_data" :description "Loads 3D data from the database" :enable elan-ui::*database-enabled* :ui-behavior :relative) ("Save 3D Data (DesignManagement)" :title "Save 3D Data (DesignManagement)" :action "db-aip-ui::db_save_3d_data" :description "Loads 3D data from the database" :enable elan-ui::*database-enabled* :ui-behavior :relative) ;;----- SolidDesigner: Relations ---------------------------------------------- (:Group "Relations" :title "Relations") ("Act R-Set" :title "Act R-Set" :action "set_pers_context \"R-EDIT_ACTIVE_SET\" set_current_rel_set" :description "Specifies an existing relation set as the active relation set" ; :image "Relations/act_r_set" :enable startup::*dyn-relations-enabled* :ui-behavior :relative) ("Create Rel" :title "Create Rel" :action "create_relation" :description "Creates a new relation" ; :image "Relations/create_rel" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Rel Distance" :title "Create Rel Distance" :action "create_relation :DISTANCE" :description "Sets the distance between two reference elements to a specified value" ; :image "Relations/create_rel_distance" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Rel Angle" :title "Create Rel Angle" :action "create_relation :REL_ANGLE" :description "Sets the angle between two reference elements to a specified value" ; :image "Relations/create_rel_angle" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Rel Radius" :title "Create Rel Radius" :action "create_relation :RADIUS" :description "Sets the radius of cylindrical/spherical/toroidal objects" ; :image "Relations/create_rel_radius" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Rel Diameter" :title "Create Rel Diameter" :action "create_relation :DIAMETER" :description "Sets the diameter of cylindrical/spherical/torodial objects" ; :image "Relations/create_rel_diameter" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Rel Parallel" :title "Create Rel Parallel" :action "create_relation :PARALLEL" :description "Sets reference elements parallel to each other, for example, two edges" ; :image "Relations/create_rel_parallel" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Rel Perpend" :title "Create Rel Perpend" :action "create_relation :PERPENDICULAR" :description "Sets reference elements perpendicular to each other, for example, two planes" ; :image "Relations/create_rel_perpend" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Rel Coincident" :title "Create Rel Coincident" :action "create_relation :COINCIDENT" :description "Aligns two reference elements, for example, the axes of two cylinders." ; :image "Relations/create_rel_coincident" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Rel Tangent" :title "Create Rel Tangent" :action "create_relation :TANGENT" :description "Sets one reference element at a tangent to another, for example, a cylinder (surface) and a plane." ; :image "Relations/create_rel_tangent" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Rel Symmetric" :title "Create Rel Symmetric" :action "edit_symmetry :mode :create :first_ref" :description "Symmetry type relations are used to keep parts and faces symmetric about a plane of symmetry" ; :image "Relations/create_rel_symmetric" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Rel Fixed" :title "Create Rel Fixed" :action "create_relation :FIXED :ELEMS" :description "Fixes an object in global space" ; :image "Relations/create_rel_fixed" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Rel Rigid" :title "Create Rel Rigid" :action "create_relation :RIGID :ELEMS" :description "Groups together objects such that they move as a single object" ; :image "Relations/create_rel_rigid" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Var Distance" :title "Create Var Distance" :action "create_relation :FREE_DISTANCE" :description "Defines a distance variable (length unit dependent) by an expression or value" ; :image "Relations/create_var_distance" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Var Angle" :title "Create Var Angle" :action "create_relation :FREE_ANGLE" :description "Defines an angle variable (angle unit dependent) by an expression or value" ; :image "Relations/create_var_angle" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Var Number" :title "Create Var Number" :action "create_relation :FREE_NUMBER" :description "Defines a numerical variable by an expression or value" ; :image "Relations/create_var_number" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Var Logical" :title "Create Var Logical" :action "edit_free_logical :mode :create" :description "Defines a logical variable by any logical expression" ; :image "Relations/create_var_logical" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Var Check" :title "Create Var Check" :action "edit_free_check :mode :create" :description "Defines logical expressions which are checked for each Preview or Update operation" ; :image "Relations/create_var_check" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Meas Distance" :title "Create Meas Distance" :action "create_relation :MEASURE_DISTANCE" :description "Measures the distance between two geometric elements" ; :image "Relations/create_meas_distance" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Meas Angle" :title "Create Meas Angle" :action "create_relation :MEASURE_ANGLE" :description "Measures the angle between two geometric elements" ; :image "Relations/create_meas_angle" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Meas Length" :title "Create Meas Length" :action "create_relation :MEASURE_LENGTH" :description "Measures the length of any straight, circular, or elliptical edge" ; :image "Relations/create_meas_length" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Create Meas Radius" :title "Create Meas Radius" :action "create_relation :MEASURE_RADIUS" :description "Measures the radius of any cylinder, sphere, torus, circle or ellipse" ; :image "Relations/create_meas_radius" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Modify" :title "Modify" :action "modify_relation" :description "Modifies an existing relation" ; :image "Relations/modify_rel" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Act/Deact" :title "Act/Deact" :action "toggle_relation" :description "Activates and deactivates relations" ; :image "Relations/toggle_rel" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Delete Rel" :title "Delete Rel" :action "delete_relation" :description "Deletes a relation" ; :image "Relations/delete_rel" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Preview" :title "Preview" :action "preview_relation_set" :description "Shows a first impression of your relation definitions" ; :image "Relations/preview_r_set" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Quickview" :title "Quickview" :action "quickview_relation_set" :description "Provides a quick preview of the solved relation set" ; :image "Relations/quickview_r_set" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Update" :title "Update" :action "solve_relation_set" :description "Solves the relation set" ; :image "Relations/solve_r_set" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Animate" :title "Animate" :action "animate_relation" :description "Animates the assembled components within a relation set that contains at least one value relation (Distance or Angle) or variable" ; :image "Relations/animate_r_set" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Param Table" :title "Param Table" :action "read_param_table :file" :description "Allows you to generate several variants of a model by loading the appropiate parameters from an ascii file" ; :image "Relations/param_table_r_set" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("HiLit Elem" :title "HiLit Elem" :action "hilite_relation_by_element" :description "Highlights the relations associated with reference elements" ; :image "Relations/hilite_elem_rel" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("HiLit 3D Obj" :title "HiLit 3D Obj" :action "hilite_relation_by_object" :description "Highlights the relations associated with 3D objects" ; :image "Relations/hilite_obj_rel" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Free Pos" :title "Free Pos" :action "move_relation_label :xy-or-view" :description "Modifies the position of relation labels" ; :image "Relations/move_rel_label_free" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("In Plane" :title "In Plane" :action "move_relation_label :p3-xy" :description "Moves the label in two dimensions, along the X- and Y-axes, within its current plane" ; :image "Relations/move_rel_label_in_plane" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Thru Plane" :title "Thru Plane" :action "move_relation_label :p3-z" :description "Moves the label in a normal direction (Z-axis) to the plane in which it is currently located" ; :image "Relations/move_rel_label_thru_plane" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Stretch" :title "Stretch" :action "move_relation_label :p3-stretch" :description "Stretch the leader line from the label to the point of attachment" ; :image "Relations/move_rel_label_stretch" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Anchor" :title "Anchor" :action "anchor_relation_label" :description "Moves the anchor point of a label" ; :image "Relations/anchor_rel_label" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Orientation" :title "Orientation" :action "orient_relation_label :labels" :description "Modifies the orientation of relation labels" ; :image "Relations/orient_rel_label" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Reset" :title "Reset" :action "reset_relation_label" :description "Resets labels back to their (system determined) default position" ; :image "Relations/reset_rel_label" :enable (and startup::*dyn-relations-enabled* (nx::current-rset)) :ui-behavior :relative) ("Relation Settings" :title "Relation Settings" :action (show-dialog "P3_SETTINGS") :description "Specifies the global settings for relations" ; :image "Settings/relation_settings" :enable startup::*dyn-relations-enabled* ) ("Relation Browser" :title "Relation Browser" :action (show-dialog "relation-browser") :description "Lists details about relations (type, value, status, etc.)" ; :image "Settings/relation_settings" :enable startup::*dyn-relations-enabled* ) ("Create R-Set" :title "Create R-Set" :action "create_rel_set" :description "Creates a new relation set" ; :image "Relations/create_r_set" :enable startup::*dyn-relations-enabled* :ui-behavior :relative) ("Name" :title "Name" :action "change_rel_set_name" :description "Renames a relation set" ; :image "Relations/rename_r_set" :enable startup::*dyn-relations-enabled* :ui-behavior :relative) ("Owner" :title "Owner" :action "change_rel_set_owner" :description "Changes the owner of a relation set" ; :image "Relations/owner_r_set" :enable startup::*dyn-relations-enabled* :ui-behavior :relative) ("R-Set Settings" :title "R-Set Settings" :action (show-dialog "RSET_SETTINGS") :description "Specifies the global/selected settings for relation sets" ; :image "Settings/r_set_settings" :enable startup::*dyn-relations-enabled* ) ("Delete R-Set" :title "Delete R-Set" :action "delete_rel_set" :description "Deletes relation sets" ; :image "Relations/delete_r_set" :enable startup::*dyn-relations-enabled* :ui-behavior :relative) ;;----- SolidDesigner: Settings ----------------------------------------------- (:Group "Settings" :title "Settings") ("Relation Settings" :title "Relation Settings" :action (show-dialog "P3_SETTINGS") :description "Specifies the global settings for relations" ; :image "Settings/relation_settings" :enable startup::*dyn-relations-enabled* ) ("R-Set Settings" :title "R-Set Settings" :action (show-dialog "RSET_SETTINGS") :description "Specifies the global settings for relation sets" ; :image "Settings/r_set_settings" :enable startup::*dyn-relations-enabled* ) c CJOJQJPR/0p`7Z]6~ K PR/0p`7Z]6~ K  a q t w  2 ~ G k  L c MQ"]$od-KU6X iVw9d  a q t w  2 ~ G k  L c MQQ"]$od-KU6X iVw98a kT98a kTU  -Dn 89Ji7K>?Gk7 m !;!m!o!p!~!!!"3"5"6"A"Y"""""""#O#######$Q$$$$dTU  -Dn 89Ji7KK>?Gk7 m !;!m!o!p!~!!!!"3"5"6"A"Y"""""""#O#######$Q$$$$$$$$$$$ %S%U%V%j%%%&8&:&;&&&&&&&&1'2'@'['''''' (,(~((((())()E)))) * *+*,*4*J******++U+++++++5,l,,,,, --'-M-t----- .H.k...../Z///////1020C0a000d$ %S%U%V%j%%%&8&:&;&&&&&&&&1'2'@'['''''' (,(,(~((((())()E)))) * *+*,*4*J******++U++++++++5,l,,,,, --'-M-t----- .H.k...../Z////////1020C0a0000001$1L1_11111125262F2c22200001$1L1_11111125262F2c222222393Y3r33333330414@4\4v4444445+5X5Y5k5555 6 6 6\6]6{6|666677$7E7777778G8H8S8l888888-9Y9Z9e9~99999:M:::::;.;c;x;y;;d2222393Y3r33333330414@4\4v4444445+5X5Y5k55555 6 6 6\6]6{6|666677$7E7777778G8H8S8l8888888-9Y9Z9e9~99999:M:::::;.;c;x;y;;;;#<[<p<q<;;;#<[<p<q<}<<<<<=.=b=====>I>J>c>>>???:?h????? @C@v@w@@@@@ A!A(A=AeAAAAAABDBrBsB}BBBBCC0CRC}CCCCCD8DsDDDDDDEDEsEtEEEEE)F*F8FSFvFFFFF G/GkGGGGGdq<}<<<<<=.=b=====>I>J>c>>>???:?h????? @C@C@v@w@@@@@ A!A(A=AeAAAAAABDBrBsB}BBBBCC0CRC}C}CCCCCD8DsDDDDDDEDEsEtEEEEE)F*F8FSFvFFFFFF G/GkGGGGGGHLHMHZHtHHHHH I'IJIIIIIIJ>JlJmJGGHLHMHZHtHHHHH I'IJIIIIIIJ>JlJmJJJJLKKKKKLLLLLL*MMMMMMNlNNNNNOOOO P(PQPPPPPPQQQ2QRQ}QQQQQQRORRRSRgRRRRRRS"SLSSSSSSSTTT0TPT{TTTTTdmJJJJLKKKKKLLLLLL*MMMMMMNlNNNNNOOOOO P(PQPPPPPPQQQ2QRQ}QQQQQQRORRRSRgRRRRRRRS"SLSSSSSSSTTT0TPT{TTTTTT U7U:U;UJUfUUUTT U7U:U;UJUfUUUUUUUVCVFVGVVVrVVVVVVV!WOWRWSWbW~WWWWWWX7XfXgXvXXXXX Y0YhYYY Z Z]Z^ZZZZZZZ[A[U[V[k[[[[\\&\F\[\\\\\]]Z]]]]]]]'^(^x^y^^^^^^/_]_^_l__dUUUUUVCVFVGVVVrVVVVVVV!WOWRWSWbW~WWWWWWX7X7XfXgXvXXXXX Y0YhYYY Z Z]Z^ZZZZZZZ[A[U[V[k[[[[[\\&\F\[\\\\\]]Z]]]]]]]'^(^x^y^^^^^^/_/_]_^_l___`:`;`H`c```aa%aDaaaabb8b9b:bIbebbbb__`:`;`H`c```aa%aDaaaabb8b9b:bIbebbbbbbLcMclcmcccccd.dUdddddd#eJeeeeeef6fjffffffgSgggggghThhhhhhi:iviiiiiiTjjjjjj k]kkkkkk lZlllllldbbbLcMclcmcccccd.dUdddddd#eJeeeeeef6fjfffffffgSgggggghThhhhhhi:iviiiiiiTjjjjjjj k]kkkkkk lZllllll m?m{mmmmmnCnnnnl m?m{mmmmmnCnnnnnnn/okoooooo)pep~pppppqIqbqcq|qqqq0rIrJrcrrrrs0s1sFshsssstt-tOtrtttttuAueuuuuuvDvfvvvvvwBwdwwwwwxCxgxxxxxy;y]yyyyyz&zEzzzdnnnn/okoooooo)pep~pppppqIqbqcq|qqqq0rIrJrcrcrrrrs0s1sFshsssstt-tOtrtttttuAueuuuuuvDvDvfvvvvvwBwdwwwwwxCxgxxxxxy;y]yyyyyz&zEzEzzzzzzz{%{{{{{{|8||||| }+}Q}}} ~ ~~0~H~u~zzzzzz{%{{{{{{|8||||| }+}Q}}} ~ ~~0~H~u~~~~~~h 56Jk؀ـ -`yzȁ%CbЂ#G؃ك*ӄԄ5օׅ"]݆=tdu~~~~~~h 56Jk؀ـ -`yzȁȁ%CbЂ#G؃ك*ӄԄ5օׅ"]݆=tɇ :Tш҈tɇ :Tш҈ڈFs؉/HI^45LpƋߋ6z͌Όcȍ KL E|ݐR‘sƒǒޒ"“ۓܓ4d҈ڈFs؉/HI^45LpƋߋ66z͌Όcȍ KL EE|ݐR‘sƒǒޒ"“ۓܓ4v4vǔȔ#]ԕ0d}~ϖ?XYg";<Je˜"B]ܙ9n˚C\]r56R{12Giҝ :a}˞%>Zҟ!VopdǔȔ#]ԕ0d}~ϖ?XYg";;<Je˜"B]ܙ9n˚C\]rr56R{12Giҝ :a}˞%>>Zҟ!VopPij}VopǢ$pPij}VopǢ$\uvã ?XYlLefߥOhiuզ$Fҧӧ /]vw >\é,Ss@g )Fxܬd$\uvã ?XYlLefߥOhiuզ$Fҧӧ /]vw >\é,Ss@g )Fxܬ(~ͭέ(~ͭέ٭AZ[h֮9k˯$?g°ݰ3LMaڱ)Hв(ABQmڳ $%;^Ҵop7PQi~ƷǷٷVǸdέ٭AZ[h֮9k˯$?g°ݰ3LMaڱ)Hв(ABQmڳڳ $%;^Ҵop7PQi~ƷǷٷٷVǸ+ʹ ;w%>?Z*CDSo+ʹ ;w%>?Z*CDSoϼ(@gѽҽ ]оKdepѿ)Ds;x >;K"`7tdoϼ(@gѽҽ ]оKdepѿ)Ds;x >;K"`7t+K+K./A`+@ATtBWXj .Ik8oU/g;yc7t BCQl,O~d./A`+@ATtBWXj .Ik8oU/g;yc7t BCQl,O~~8lG`aw5NOf8lG`aw5NOf-.Ku-Lj ]^+Hh/h,-Bd45HhE;v6d-.Ku-Lj ]^+Hhh/h,-Bd45HhE;v67Ln,-Mz67Ln,-Mz7^~.Mze#Cv6OPb$>efG_%Qjkscdod7^~.Mzee#Cv6OPb$>efG_%Qjkscddo#<=EZOPXmIJSi#<=EZOPXmIJSiST]s !*@V+,8Qt ":w Gw1f)BC['@AWz45dST]s !*@V+,8Qt ":w Gw1f)BC['@@AWz45>WXhVWg>WXhVWg&C`'Gs,EFXw *Ji-LkTM"hj]Bsd&C`'Gs,EFXw  *Ji-LkTM"hj]Bs7PQ[r'(9WsEa: h        # $ - C \ y      8 9 E ^ w      # ?              T Tmn~Ohiyd7PQ[r'(9WsEa: h        # $ - C \ y      8 9 E ^ w       # ?              T Tmmn~Ohiy%>?Tv(Jo%>?Tv(Jo019Nc2C\]m23=Tr .WNghw.GHVq:9]Wd019Nc2C\]m223=Tr .WNghw.GHVqq:9]W1JK]|  3Q3e( _ x y     7!P!Q!!!!!!!"@"p""""""""#;#<#I#c###$($)$3$J$g$$$$$$$%l%%%%%%&^&&&&&&&C'y''''''O((d1JK]|  3Q3e( _ _ x y     7!P!Q!!!!!!!"@"p""""""""#;#<#I#c#c###$($)$3$J$g$$$$$$$%l%%%%%%&^&&&&&&&&C'y''''''O(((((()D)m))))))*B*[*\*m*** +((((()D)m))))))*B*[*\*m*** +C+\+]+g+~+++,/,0,@,],z,,-+-,-4-I-d---. ..;.Y...//$/A/`//////0.0[00000001P1i1j111111222`2222223/3f333333354N4O4d444d +C+\+]+g+~+++,/,0,@,],z,,-+-,-4-I-d---. ..;.Y....//$/A/`//////0.0[00000001P1i1j1111112222`2222223/3f333333354N4O4d44445,5-5=5Z5w5445,5-5=5Z5w55555B6C6q6r66666;7T7U7c7~7778(8)888T8~88899909\999::":>:c:::::: ;/;V;;;;;;<d<<<<<< =Y======>3>n>>>>>>,?o??????? @*@F@@@@@@AA>Adw55555B6C6q6r66666;7T7U7c7~7778(8)888T8~888999909\999::":>:c:::::: ;/;V;;;;;;<d<<<<<<< =Y======>3>n>>>>>>,?o??????? @*@F@@@@@@@AA>AoAAAAAAA)BBBCBUBtBBBB C C[C\C~CCCC>AoAAAAAAA)BBBCBUBtBBBB C C[C\C~CCCCC'D>DlDmDyDDDDEEJEKE[ExEEEEEEF%FWFoFpFFFFFGG%GBG_GGGGGGGH2H3HHHjHHHHHHHI=IUIVIcI}IIIIIIJ1JuJJJJJJKKJKKKKKdCC'D>DlDmDyDDDDEEJEKE[ExEEEEEEF%FWFoFpFFFFFFGG%GBG_GGGGGGGH2H3HHHjHHHHHHHI=IUIVIcI}IIIIIIIJ1JuJJJJJJKKJKKKKKKK&L]LuLvLLLLLKKK&L]LuLvLLLLL M M&MNMMMMMMNCNyNNNNNNOEO]O^OiOOOOOOOP8PnPPPPPP Q9QpQQQQQQQ'R?R@RMRgRRRRRRSFSSSSSS TGTTTTTTT UBUZU[UhUUUU V"V#V3VPVVVW7W8WJWiWdL M M&MNMMMMMMNCNyNNNNNNOEO]O^OiOOOOOOOPP8PnPPPPPP Q9QpQQQQQQQ'R?R@RMRgRRRRRRSFSSSSSSS TGTTTTTTT UBUZU[UhUUUU V"V#V3VPVVVW7W7W8WJWiWWX8XmXnXXXXYDYEYRYlYYYYZZZ6ZaZZZZZZiWWX8XmXnXXXXYDYEYRYlYYYYZZZ6ZaZZZZZZ[*[[[[[[[[[[3\4\\\\\\\]1]\]]]n]]]]&^'^@^g^^^^^F_G_e_f_m____ `3`4````````aKadaearaaaabbb-bKbvbbbbbcXcccZ[*[[[[[[[[[[3\4\\\\\\\]1]\]]]n]]]]&^'^@^@^g^^^^^F_G_e_f_m____ `3`4````````aKadaearaaaaabbb-bKbvbbbbbcXcccccdHdddddd'eQeeeccccdHdddddd'eQeeeeeefff"f>f^fffffffggg.gJgjggggghh>h?hXhhhh$i%i9i[iiiiiij0j`jajjjjjjj kWkkkll*lNlclllEmvmwmmmm nbnnnnnnf^fffffffggg.gJgjggggghh>h?h?hXhhhh$i%i9i[iiiiiij0j`jajjjjjjj kWkkklll*lNlclllEmvmwmmmm nbnnnnnnrkrlrrrr:sospssss#tNtOtctttuDuXuYuouuuvAvUvVvevvvvrkrlrrrr:sospssss#tNtOtctttuDuXuYuouuuuvAvUvVvevvvv̈́&hQ !1N12FgΈJKbJ|}͊Ί'Py΋1z:~  A8]؏ُdUЃ>̈́&hQ !1N12FgΈJKbJ|}͊Ί'Py΋1z:~  A8]؏ُ TUf TUfАѐPRSgۑݑޑ(]_`v#>nݓ.dfgy0L{ו$Q̖4mopʗVXYo-Hə 0MdfАѐPRSgۑݑޑ(]_`v#>nݓ.dfgy0L{ו$$Q̖4mopʗVXYo-Hə 0Mf!9cśƛ "lMf!9cśƛ "l89E^Ibcp՞ <UVlPijJ d U֣ףnϤ!"9] WXmNħ֨רm!"1Md89E^Ibcp՞ <UVlPijJ d U֣ףnϤ!"9] WXXmNħ֨רm!"1M@ASj%@ASj%\uv֭׭o67Q|үE< !JG`ay^̴I-V[tu s̸͸ݸE}ȹɹR˺ n<Ҽd%\uv֭׭o67Q|үE< !JG`ay^̴I-V[ttu s̸͸ݸE}ȹɹR˺ n<Ҽ4X67Nr7PQhڿ Qjk4X67Nr7PQhڿ Qjk7kM-kZ/ #$/G33LMWn<nw2l56@d7kM-kZ// #$/G33LMWn<nw2l56@W$VopA@W$VopAw$]:~ ^y9 %&/E  A!E)R !7`/0Io9RSk6u+dAw$]:~ ^y9 %&/E  A!E)R !7`/0Io9RSk6u+}x2_TmnF+}x2_TmnF6N _cf'z &xDEdDE^78\`aF_d6N _cf'zz &xDEdDE^78\``aF_j$(Sj$(SJv?i AiJrKsFnKx@i?zP5opOPd/0>Yy!dJv?i AiJrKssFnKx@i?zP5opOPd/0>Yy!!"HI` 2V23Ed )Eq2f5ilm=qtuTWXtTWXn"%&<_~ #Jz  : l    - . A a  d!"HI` 2V23Ed ))Eq2f5ilm=qtuTWXtTWXn"%&<_~ #Jz  : l    - . A a       ` a       H ` a       ` a       H ` a m    ( ) 8 b       V7KMNc6N!578E_)*\]oABSq%'(=_ !1Nda m    ( ) 8 b       V7KMNc6N!578E_)*\]ooABSq%'(=_ !1N3i3iG\A~$abr:;Ljkl9RSm*+5Lq(N| G q      !C!\!]!k!!!!"""("C"diG\A~$abbr:;Ljkl9RSm*+5Lq(N| G q      !C!\!\!]!k!!!!"""("C"`""""""#'#X#######$<$U$V$C"`""""""#'#X#######$<$U$V$`$w$$$$ % %%/%Z%%%%%%%&P&z&&&&&&'@'Y'Z'f'''' (#($(0(I(l((((()A)l)))))*3*^******#+$+L+M+Z+t++ ,2,a,z,{,,,,,-Y-r-s----..dV$`$w$$$$ % %%/%Z%%%%%%%&P&z&&&&&&'@'Y'Z'f'f'''' (#($(0(I(l((((()A)l)))))*3*^******#+#+$+L+M+Z+t++ ,2,a,z,{,,,,,-Y-r-s----..]........]....../r////0070_00017181O1s1112`2y2z222263e333334/44455555[5556W6p6q6666F7t777778J888/9H9I9]9~999:P:i:j:~:::;H;;;;;;<r<<<===8=d===3>L>M>d./r////0070_00017181O1s1112`2y2z222263e3333334/44455555[5556W6p6q6666F7t777778J8888/9H9I9]9~999:P:i:j:~:::;H;;;;;;<r<<<====8=d===3>L>M>b>>>>%?m??????5@c@@@@@@(AAAAM>b>>>>%?m??????5@c@@@@@@(AAAABB1BVBBBBEC^C_CtCCCD4D|DDDDDDQEEEEEEFJFFFG/G0G:GQGqGGG H&H'H4HNHnHHHI)I*I8ISIsIIIJJJ)JAJfJJJK6K7KDK^KKKK[j[[[[dJNNNNNNNyOOOPPP1P\PPPQ4Q5QEQbQQQQBR[R\RhRRRRRSaSzS{SSSS0TcTTTTTTUUUVVV'V?VoVVV;WTWTWUW_WvWWWWBX[X\XkXXXXYeY~YYYYYZ?ZZZZZZ[>[>[j[[[[[[\K\w\\\\\\\!]I]x]]]]]]]"^Q^j^k^t^[[[\K\w\\\\\\\!]I]x]]]]]]]"^Q^j^k^t^^^^ _9_R_S_e____"`Q`T`U`e`````a7a8a9aaaaaaabNbzbbbbbb cJcsccccEt^^^^ _9_R_S_e____"`Q`T`U`e`````a7a8a9aaaaaaaabNbzbbbbbb cJcscccc &P . A!"#$n% [(@(StandardmHBA@BAbsatz-Standardschriftart,Z@,Nur TextOJQJ_<                              ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; <k $-50?ICRZd0o zt˖i;Q %.8AIPR3\$eq|Lpɵ$q"8-9SEcPZ_8 *"     *g0%>;#5 1 2!"f#$%4&'%(/)*j+, -!.,/b0*12-3D425.67H8 9H:%;c2 QTK!$,(+/258q<C@}CFmJORU7X[/_bfjncrDvEzu~ȁ҈6E;r>$έڳٷo~hed@  m2q_ c#& +.2w59<@CFILPS7WZ@^ae?hl quz~f$X%t/Az`s!)a oib\!V$f'#+.38=AJFJJNRTW>[t^ac35679:;=>?@BCDFGHIKLMOPQRTUVXYZ[]^_abcefghjklnopqstuwxyz|}~9$0;GT_lzzt4p6(4>AKiWc qM@+! C"..M>L[c48<AEJNSW\`dimrv{T_bqry{378<=EFQRTU]^cdghjkosuvz{  $%)*23>?ABJKPQTUWX\iuwz{   !)*,-0:EKMNXbfgkny&)-.49=>BHJMXZgjoswx|  #$)*.046CNTUXY]_cdfgjknqz{   &'./;<APUdhioz  !&;>?HIMNPQTU\`fjmnrs|  %&-.2356;<>@EMSdhtwx~ ! , - / 0 3 4 ; < ? @ C D J R W l y z |    ) 0 1 4 5 = ? K X ] ^ c d j k p q x y        $ ' ( 1 2 8 9 > ? A B E F O i q s | }     G N O R S [ |       ! / 3 4 6 8 B D L M T U ^ _ m z   (35;<ACIJPRY]a{ !(),3>]dejktuxy| =ADKLN^klnqyz?HIKNSailqrv{ )+,23;=EFJKOPYZcrtu|}  #/18<@AEFIMT\bjt%)+,/BDEOPY`dfhiprvw~  ).1>LT^{ )+178;>@EJLOPW]_`jtvyW\^knsu%+/5<BFQSZ]delpu *+5;DLQZcks()59AMX_abjkmnuvz{~ "#*+./;AEINV[\imsz~ %'49DFNR]^kqv!,-9?DP]^k &'1CH[ah$>@LQ\^fjuv    * , 4 8 C D O U Z f s t !!!!!$!)!5!B!C!Q!X!h!l!q!y!!!!!!!!!!!!!!!"" ""$"%"6"H"N""""""""""""""""""""#########'#(#.#4#:#B#G#O#U#]#c#j##################$$$*$.$9$@$C$D$K$L$U$Y$\$]$b$c$g$h$j$k$r$s$|$$$$$$$$$$$$%% % %%%%*%/%7%=%G%O%%%%%%%%%%%%%%%%%&&&&&"&$&(&.&2&6&;&D&H&L&T&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& ''!')'W'b'd'j'u'}''''''''''''''''''''(7(B(D(J(U(](^(b(c(j(n(s({((((((((((((()) ))))))%))).)6):);)=)>)K)O)U)\)r)v){))))))))))))))))))))))))))*** ***,*J*U*W*_*m*r*z******************++'+.+/+:+<+C+D+J+K+N+O+X+\+a+i+v+w+{+|+++++++++++++++++++++, ,,,,,.,4,;,E,J,R,Y,c,i,p,t,v,~,,,,,,,,,,,,,,,,,,,,,,,,,,,,-- ----"-&-1-3-7-8-:-;-B-C-J-N-Y-a-f-n-{-|----------------------------.....".#.2.8.:.H.M.U.W.e.k.r.v.x........................../// /// /7/;/F/H/L/M/O/P/W/[/f/t/y///////////////////////////////00000 0!0-0305060>0B0G0O0Q0R0Z0^0d0f0j0l0t0x0000000000000000000000001111111%1-121:1G1H1L1M1U1_1a1b1e1f1i1m1r1~11111111111111111111111222_2d2f2j2m2r2t2x2~22222222222223333 3333"3&3+3?3C3G3O33333333333333333334'4.40414546494:4@4J4Q4U4Z4c4j4n4v4444444444444444444/5:5A5C5D5H5I5L5M5R5g5l55555555555555566O6Z6a6c6d6h6i6l6m6t6u6{66666666666667777777$7%7,70757=7J7K7O7P7a7e7p7{777777777777788 8 88888!8%8*828?8@8H8I8Y8]8h8s8{8888888888888888889 99 9(90969d9o9q9x9y999999999999999999999999:(:*:1:2:9:::=:>:F:L:T:U:]:e:j:s:{:|:::::::::::::::::::::: ;;;;,;4;<;B;j;u;w;~;;;;;;;;;;;;;;;;;;;;;;; <<<!<"<'<(<0<1<4<5<8<9<A<E<J<R<_<`<d<e<s<~<<<<<<<<<<<<<<<<<<<<======*=/=?=E=L=Z=\=b=g=r=t=x=y=|=}=======================>> >>>>%>&>)>*>2>3>5>6>9>:>B>F>K>S>`>a>e>f>o>u>{>>>>>>>>>>>>>>>>>>>>>>>> ? ?????"?#?'?2?7?@?D?E?I?T?Z?a?o?q?z?????????????????????@ @@"@$@5@:@E@G@N@O@R@S@W@X@^@_@a@b@i@l@q@u@z@@@@@@@@@@@@AAAA A"A-A.A5A6A9A:ABAFAKASA`AaAeAfApA{A~AAAAAAAAAAAAAAAAAAAAAAAAAAB1B4B:B?BLBOBUB[BbBqBxBBBBBBBBBBBBBBBBBBBBBBCC CCC)C1CCCCDCGCHCKCLCRCSC[C\C^C_CeCmCrCCCCCCCCCCCCDDDDDDDDD D%D\DaDvD|DDDDDDDDDDDDDDDDDDDEE)E/E6EEELEWEYE^EbEeEfElEmEuEvExEyEEEEEEEEEEEEEEEF FFF F!F%F)F,F-F3F4FH?HGHKHMHNHXH\HcHdHmHnHqHrHvHwHzH{HHHHHHHHHHHHHHHHHHHHHHHHHHHI I'I,I7I9I@IAIDIEIIIJILIMIPIQIWIXI`IdIfIgIqIuIxIyIIIIIIIIIIIIIIIIIIIIIIIJJJJ$J&J-J.J1J2J6J7J9J:J=J>JDJEJMJQJSJTJ^JbJeJnJsJ{JJJJJJJJJJJJJJJJJJJJJJJJKK K+K-K4K5K8K9K=K>K@KAKDKEKKKLKTKXKZK[KeKiKlKmKuK{K~KKKKKKKKKKKKKKKKKKKKKKKKKKKKL LLL"L*L0L7LILSLXL`LmLnLrLsLLLLLLLLLLLLLLLMMMMM!M*M4M9MAMJMTMZMaMsMMMMMMMMMMMMMMMMMM NNN&N3N4N8N9NMNUN^NiNnNvNNNNNNNNNNNNNNNNO OOO$O*O1OCONOSO[OhOiOmOnOOOOOOOOOOOOOOOOOPPPP(P2P7P?PHPRPXP_PqP}PPPPPPPPPPPPPPPPPQ QQQ%Q&Q*Q+Q5Q=QAQLQQQYQ]QhQnQuQQQQQQQQQQQQQQQQQQQ RRR$R1R2R6R7RARIRMRXR]ReRiRtRzRRRRRRRRRRRRRRRRRRSSS#S(S0S=S>SBSCSMSUSYSdSiSqSuSSSSSSSSSSSSSSSSSSTT TT!T#T4T9T>TFTSTTTXTYTcTiToTpTtTxT}TTTTTTTTTTTTTTTTTTTUUUUUU#U'U(U*U2U8U?UMUOUeUjUuUwU~UUUUUUUUUUUUUUUUUUUUUUUUUUVV V`VeVgVmVpVuVwV}VVVVVVVVVVVVVVVVWW W WWWW$W1W2W8W9W?WCWNW^WdWmWrWWWWWWWWWWWWWWWWWWWWWXXXXXX!X$X(X-X5X;XAXDXHXNXVXYX]XhXjXpXqXtXuX{X|XXXXXXXXXXXXXXXXXXXXXXXXXXYYYYY%Y'Y-Y.Y1Y2Y:Y;Y@YAYEYFYIYJYSYTYXY\YaYiYvYwY}Y~YYYYYYYYYYYYYYYYYYYYYYYYYZ ZZZZZ$Z5Z;Z{ZZZZZZZZZZZZZZZZ[ [[[[[![%[&[-[1[6[>[K[L[R[S[Z[`[d[e[j[n[s[|[[[[[[[[[[[[[[[[[\\ \\\\%\&\7\=\A\B\F\J\O\W\[\]\a\e\m\\\\\\\\\\\\\\\\\\]]]]]]#]'],]5]<]=]B]F]N]]]]]]]]]]]]]]]]]]]]]^^^#^&^+^-^5^?^G^K^P^[^c^g^m^t^^^^^^^^^^^^^^^^^^^^_ _ ___#_O_Z_\_i_u__________________ ````` `!`#`0`6`=`G`I`S`W`b`m`y`z`~````````````````aaaaa%a+a2a _PID_GUIDAN{642746E8-B95F-11D5-98E9-00E0180A1C33}  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./012345679:;<=>?ABCDEFGNRoot Entry F'lM IqMP1TableoWordDocument"SummaryInformation(8DocumentSummaryInformation8@CompObjjObjectPool IqM IqM  FMicrosoft Word-Dokument MSWordDocWord.Document.89q