TOC PREV NEXT INDEX

Cross2D

Synopsis

create a 2D cross-shaped mesh

Input Port

none

Parameters

none

Output Port

out_fld

mesh representing the cross

out_obj

output renderable object

Description

Cross2D creates a 2D cross-shaped unstructured Mesh. You can use this mesh as the visible object input to macros such as glyph, advector, or probe.

Input

Parameters

Output Port

out_fld

The output consists of an unstructured mesh of cell type Line whose coordinates are the endpoints of the two lines that make up the cross. The cross extends from -0.5 to 0.5 in X and Y.

out_obj

This is a renderable version of the output field.

Example

Not available

File

v/geoms.v

See also related modules

Cross3D

TOC PREV NEXT INDEX