Difference between revisions of "MGED CMD e lower"
From BRL-CAD
(New page: Category:MGED =e= __TOC__ ==Syntax== :e [-A -s -o -C#/#/#] <objects| attribute name/value pairs> ==Argument(s)== : '''-A''' :: Optional. Specifies that the arguments provided...) |
(→See Also) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|E]] |
− | + | [[Category:MGED view manipulation|E]] | |
=e= | =e= | ||
__TOC__ | __TOC__ | ||
Line 11: | Line 11: | ||
: '''-A''' | : '''-A''' | ||
:: Optional. Specifies that the arguments provided to this command are attribute name/value pairs, and only objects having the specified attributes and values are to be displayed. The default (without -o) is that only objects having all the specified attribute name/value pairs will be displayed. | :: Optional. Specifies that the arguments provided to this command are attribute name/value pairs, and only objects having the specified attributes and values are to be displayed. The default (without -o) is that only objects having all the specified attribute name/value pairs will be displayed. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
: '''-C#/#/#''' | : '''-C#/#/#''' | ||
:: Optional. Specifies a color that overrides all other color specifications including combination colors and region-id-based colors. Valid color values are 0-255. | :: Optional. Specifies a color that overrides all other color specifications including combination colors and region-id-based colors. Valid color values are 0-255. | ||
+ | : '''-o''' | ||
+ | :: (To be supplied) | ||
+ | : '''-s''' | ||
+ | :: Optional. Specifies that subtracted and intersected objects should be drawn with shape lines rather than dot-dash lines. | ||
==Return Value(s)== | ==Return Value(s)== | ||
Line 40: | Line 38: | ||
==See Also== | ==See Also== | ||
: [[MGED_CMD_draw|draw]] | : [[MGED_CMD_draw|draw]] | ||
+ | : [[MGED_CMD_erase|erase]] | ||
: [[MGED_CMD_Z|Z]] | : [[MGED_CMD_Z|Z]] | ||
: [[MGED_CMD_B|B]] | : [[MGED_CMD_B|B]] |
Latest revision as of 15:40, 7 April 2013
e[edit]
Contents
Syntax[edit]
- e [-A -s -o -C#/#/#] <objects| attribute name/value pairs>
Argument(s)[edit]
- -A
- Optional. Specifies that the arguments provided to this command are attribute name/value pairs, and only objects having the specified attributes and values are to be displayed. The default (without -o) is that only objects having all the specified attribute name/value pairs will be displayed.
- -C#/#/#
- Optional. Specifies a color that overrides all other color specifications including combination colors and region-id-based colors. Valid color values are 0-255.
- -o
- (To be supplied)
- -s
- Optional. Specifies that subtracted and intersected objects should be drawn with shape lines rather than dot-dash lines.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
Add <objects> to the display list so that they will appear on the MGED display. The draw command is a synonym for e.
Example(s)[edit]
- mged> e object1 object2
- Draw object1 and object2 in the MGED display
- mged> e -A -o Comment {First comment} Comment {Second comment}
- Draw objects that have a "Comment" attribute with a value of either "First comment" or "Second comment".
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 12:33:46 PM