LT(nged)

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

This software is Copyright (c) 1989-2021 by the United States Government as represented by U.S. Army Research Laboratory.

BUG REPORTS

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org