Main Content

mirrorY

Mirror shape along Y-axis

Since R2022a

Description

example

mirroredshape = mirrorY(shape) mirrors a shape along the Y-axis.

Examples

collapse all

Create a curved bend and view it.

shape = bendCurved;
show(bendCurved)

Mirror the shape along the Y-axis.

mirrorY(shape)

Input Arguments

collapse all

Shape to mirror, specified as shape or PCB object You can specify any of the shapes in Custom Geometry and PCB Fabrication.

Example: shape = bendCurved; creates a bendCurved shape object.

Version History

Introduced in R2022a