Difference between revisions of "MGED CMD push"

From BRL-CAD
(New page: Category:MGED =push= __TOC__ ==Syntax== :push <Objects> ==Argument(s)== : '''<Objects>''' :: List of valid BRL-CAD objects in current DB. ==Return Value(s)== : No Ret...)
 
 
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Push]]
 
+
[[Category:MGED matrix commands|Push]]
 
=push=
 
=push=
 
__TOC__
 
__TOC__

Latest revision as of 21:39, 30 November 2009

push[edit]

Syntax[edit]

push <Objects>


Argument(s)[edit]

<Objects>
List of valid BRL-CAD objects in current DB.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "push" command forces the effects of all transformation matrices that appear in any combinations in the trees from the specified objects down to the primitive shapes. This will change the parameters of the primitive shapes if any of the transformation matrices are not identity matrices. All the transformation matrices visited will be set to identity matrices. This command will fail, and no changes will be made, if any primitive shape referenced by the list of objects is positioned differently in two or more combinations. The xpush command will perform a similar function, even if some shapes are multiply referenced.


Example(s)[edit]

mged> push group1 regiona
Push the effects of any transformation matrices in the trees headed by group1 and regiona down to the primitive shapes


See Also[edit]

xpush

Page Generated by David Loman on: 10/11/2007 at: 1:59:26 PM