![]() |
![]()
| ![]() |
![]()
NAMElt - Generates a list of the child objects of a combination. SYNOPSISlt [char] DESCRIPTIONThe lt command generates a list of the children found in a combination object specified by the user. By default it will print a curly bracket bound set of objects and their boolean flags. If the -c option is specified, it will instead use the character supplied to the -c option as the separator in the list of objects. In the latter mode the boolean flags will not be printed. EXAMPLESExample 1. Tcl Output mged> lt component {u bed} {u frame} {u cab} {u suspension} {u misc} {u power.train} Example 2. CSV Output mged> lt -c , component bed,frame,cab,suspension,misc,power.train AUTHORBRL-CAD Team BUG REPORTSReports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
|