MGED CMD listeval
From BRL-CAD
Revision as of 07:23, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =listeval= __TOC__ ==Syntax== :listeval [path] ==Argument(s)== : '''[path]''' :: Optional. Valid path in db ==Return Value(s)== : No Return Values for this command...)
listeval
Contents
Syntax
- listeval [path]
Argument(s)
- [path]
- Optional. Valid path in db
Return Value(s)
- No Return Values for this command.
Description
Combinations may include transformation matrices to be applied to their members. A path through a series of combinations and ending with a primitive shape represents that primitive shape with the transformations accumulated through the path applied to it. The "listeval" command displays primitive shape parameters after applying the accumulated transformations from the indicated path. If the specified path does not end at a primitive shape, then all possible paths from the indicated path to any primitive shape will be evaluated and displayed.
Example(s)
- mged> listeval group1/region1/shapeb
- Display the parameters for shapeb after applying the transformation matrix from group1 for region1 and the transformation matrix from region1 for shapeb.
See Also
Page Generated by David Loman on: 10/11/2007 at: 1:47:38 PM