Name

lt — Generates a list of the child objects of a combination.

Synopsis

lt [char]

DESCRIPTION

The 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.

EXAMPLES

Example 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

  



AUTHOR

BRL-CAD Team

BUG REPORTS

Reports of bugs or problems should be submitted via electronic mail to