PDA

View Full Version : Plot Scale defaults


John Riopel
10-31-2000, 12:55 AM
I am looking for a way to have annotator plotting default to a scale factor of 1, not fit. Can someone pass along the syntax of the line for am_customize? Thanks a bunch john

Frank
10-31-2000, 03:38 AM
Put these lines in your "am_avail_cmds.cmd" file and you can use it as a customizing option. Look for the group name "custom-annotator" ------ (:application "Annotation") (:group "custom-Annotator") ("Plot" :title "Plot Full Scale" :action "am_plot :scale :factor :scale_factor 1 complete" :ui-behavior :NONE :description "Plot drawing" :enable *docu-drawing-is-loaded* :image "Annotation/menu_plot")