PDA

View Full Version : partial view border color


Ivan Rogers
03-16-2004, 05:04 AM
How do I change the partial view border color.
Is there a command for this?

John Scheffel
03-22-2004, 12:59 PM
Just about every drawing setting is defined in the following Annotation startup file.

<install-dir>\personality\sd_customize\ANNOTATION\am_customize

If you search that file for "partial" you will find a section with commands that are used to define detail and partial views. I didn't test it, but the following might work.

(config-detail :docu_partial_border_edge_color 'CYAN)

You can replace CYAN with any standard color name such as WHITE, GREEN, etc. You could modify this option in the above file, but the recommended method would be to place it in a user level am_customize file.