Difference between revisions of "MGED CMD listeval"

From BRL-CAD
(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...)
 
m
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Listeval]]
  
 
=listeval=
 
=listeval=

Revision as of 10:29, 15 November 2009


listeval

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

MGED Glossary

Page Generated by David Loman on: 10/11/2007 at: 1:47:38 PM