XPUSH(nged)

NAME

xpush - "Pushes" the effects of transformation matrices in the paths, from the specified object to the primitive shapes, into the shapes and replaces all the transformation matrices with identity matrices.

SYNOPSIS

xpush {object}

DESCRIPTION

"Pushes" the effects of transformation matrices in the paths, from the specified object to the primitive shapes, into the shapes and replaces all the transformation matrices with identity matrices. The push command performs a similar function, but will refuse to make any changes if any shape needs to be transformed into more than one location/orientation/scale. The xpush command will recognize such situations and create extra copies of such shapes to accept the different transformation effects. New shapes created by this command will have a suffix appended to the original name to make the new name unique. Combinations referring to the new shape will also be modified to reflect the name change. The push command performs the same function but will refuse to make any changes if it cannot accomplish the "push" without creating any new shapes.

EXAMPLES

The example shows the use of the xpush command to move all the effects of the transformation matrices in a tree rooted at an object down to the shape level(creating new shapes if needed).

Example 1. Move effects of transformation matrices in a tree rooted at an object to the shape level.

mged> xpush group1

Moves all the effects of the transformation matrices in the tree rooted at group1 down to the shape level (creating new shapes if needed).

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