MGED CMD mirror

From BRL-CAD
Revision as of 08:57, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =mirror= __TOC__ ==Syntax== :mirror old_object new_object x|y|z ==Argument(s)== : '''old_object''' :: Valid BRL-CAD Primitive : '''new_object''' :: Name of new objec...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


mirror

Syntax

mirror old_object new_object x|y|z


Argument(s)

old_object
Valid BRL-CAD Primitive
new_object
Name of new object to be created
x|y|z
Axis to mirror across


Return Value(s)

No Return Values for this command.


Description

The "mirror" command creates new_object by duplicating old_object and reflecting it along the indicated axis. If old_object is a primitive shape, then a new shape is created, with parameters adjusted to accomplish the mirror operation. If old_object is a combination, then new_object will simply be a copy of old_object with all of its members’ matrices set to perform the appropriate reflection.


Example(s)

mged> mirror shape1 shape1_mirror x
Make a copy of shape1, name it shape1_mirror, and adjust its parameters so that it is a mirror image of shape1 across the yz plane.


See Also

No related commands.



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