MGED CMD draw
From BRL-CAD
Revision as of 06:35, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =draw= __TOC__ ==Syntax== :draw [-A -s -o -C#/#/#] <objects | attribute name/value pairs> ==Argument(s)== : '''-A''' :: Optional. Specifies that the arguments p...)
draw
Contents
Syntax
- draw [-A -s -o -C#/#/#] <objects | attribute name/value pairs>
Argument(s)
- -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.
- -s
- Optional. Specifies that subtracted and intersected objects should be drawn with shape lines rather than dot-dash lines.
- -o
- -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.
Return Value(s)
- No Return Values for this command.
Description
Add <objects> to the display list so that they will appear on the MGED display. The e command is a synonym for draw.
Example(s)
- mged> draw object1 object2
- Draw object1 and object2 in the MGED display
- mged> draw -C 255/255/255 object2
- Draw object2 in white.
- mged> draw -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
Page Generated by David Loman on: 10/11/2007 at: 12:32:22 PM