MGED CMD attr

From BRL-CAD


attr[edit]

Syntax[edit]

attr get | set | rm | append | show object_name [arguments]


Argument(s)[edit]

object_name
Object that the attr command will act on.
arguments
attribute name/value pair


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "attr" command is used to create, change, retrieve, or view attributes of database objects. The arguments for "set" and "append" subcommands are attribute name/value pairs. The arguments for "get," "rm," and "show" subcommands are attribute names. The "set" subcommand sets the specified attributes for the object. The "append" subcommand appends the provided value to an existing attribute, or creates a new attribute if it does not already exist. The "get" subcommand retrieves and displays the specified attributes. The "rm" subcommand deletes the specified attributes. The "show" subcommand does a "get" and displays the results in a user readable format. Note that the attribute names may not contain embedded white space, and if attribute values contain embedded white space, they must be surrounded by "{}" or double quotes.


Example(s)[edit]

mged> set region_1 comment {This is a comment for region_1}
Assign an attribute named "comment" to region_1, its value is "This is a comment for region_1"
mged> attr show region_1 comment
List all the attributes for region_1


See Also[edit]

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 11:41:51 AM