Difference between revisions of "MGED CMD title"
From BRL-CAD
(New page: Category:MGED =title= __TOC__ ==Syntax== :'''title''' ''string'' ==Argument(s)== : '''string''' :: String of text. ==Return Value(s)== : No Return Values for this command. ==De...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Title]] |
− | + | [[category:MGED geometry information commands|Title]] | |
=title= | =title= | ||
__TOC__ | __TOC__ |
Latest revision as of 20:41, 30 November 2009
title[edit]
Contents
Syntax[edit]
- title string
Argument(s)[edit]
- string
- String of text.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "title" command, with no arguments, returns the title string for the current database. If command line arguments are supplied, they will become the new title string for the current database. Quotation marks must be doubly escaped.
Example(s)[edit]
- mged> title This is my \\"database\\"
- Set the title of the current database to This is my "database."
See Also[edit]
- No related commands.
Page Generated by David Loman on: 10/12/2007 at: 7:25:17 AM