Skip to content

Poly Mirror Command

Ryan Porter edited this page Feb 4, 2017 · 1 revision

polyMirror

Synopsis

polyMirror [reference mesh] [mesh]

polyMirror is undoable, NOT queryable, and NOT editable.

Mirrors the position of the vertices using the symmetry table in memory. The result is the points of the reference mesh plus the delta between the reference mesh and the selected mesh and the mirrored delta.

Examples

// This command flips the given mesh in object space.
polyMirror base_MESH head_MESH;
Clone this wiki locally