Difference between revisions of "MGED CMD overlay"
From BRL-CAD
m |
m |
||
Line 1: | Line 1: | ||
[[Category:MGED|Overlay|]] | [[Category:MGED|Overlay|]] | ||
[[Category:MGED view manipulation|Overlay|]] | [[Category:MGED view manipulation|Overlay|]] | ||
+ | [[Category:MGED file operations|Overlay|]] | ||
=overlay= | =overlay= | ||
__TOC__ | __TOC__ |
Latest revision as of 22:29, 3 January 2010
overlay[edit]
Contents
Syntax[edit]
- overlay PlotFile [Name]
Argument(s)[edit]
- PlotFile
- Name of file.
- Name
- Name to be used for phoney Objects in DB.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "overlay" command plots the specified UNIX plot_file in the MGED display. Phony object names are created for each part of the plot file that is in a unique color. The names are created by adding a color to the specified name, or to "_PLOT_OVER" if no name is provided. The color suffix is built by converting the RGB color to a six digit hex number. Each color corresponds to 2 hex digits, so that white becomes "ffffff," red becomes "ff0000," green is "00ff00," etc.
Example(s)[edit]
- mged> overlay plot.upl tmp
- Plot the Unix plot file plot.upl in the MGED display, using tmp as the base for the phony object names.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 1:55:59 PM