mirror
Synopsis
create the mirror image of an unstructured Mesh
Input Port
in_field
|
Mesh
|
ui_parent
|
user interface parent object
|
Parameters
mirror X axis
|
UItoggle
|
mirror the X axis
|
mirror Y axis
|
UItoggle
|
mirror the Y axis
|
mirror Z axis
|
UItoggle
|
mirror the Z axis
|
Output Port
out_fld
|
Mesh
|
out_obj
|
output renderable object
|
Description
mirror generates a mesh that is the mirror image of the input mesh by reflecting the mesh about the X, Y, and/or Z plane. You can control each independently. Mirroring is useful for visualizing axisymmetric problems.
Input
in_field
The input is any mesh. Any Node_Data that is present is ignored.
ui_parent
A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)
Parameters
mirror X axis
mirror Y axis
mirror Z axis
UItoggles. When on, its respective axis is mirrored. The default for all is on.
Output Port
out_fld
The output field is a reference to the input field, but with a new, modified xform transformation matrix object.
out_obj
This is a renderable version of the output field.
Example
Libraries.Examples.Visualization.Mirror_Scale
v/dv_examp/mirr_scl.v
File
v/modules.v
See also related modules