TOC PREV NEXT INDEX

Arrow1

Synopsis

create a wireframe arrow-shaped mesh

Input Port

none

 

Parameters

none

 

Output Port

out_fld

Mesh representing the arrow

out_obj

output renderable object

Description

Arrow1 creates a wireframe arrow-shaped unstructured Mesh. You can use this mesh as the visible object input to macros such as glyph, advector, or probe.

Output Port

out_fld

The output consists of an unstructured mesh of cell type Line whose coordinates are the four nodes of the arrow.

out_obj

This is a renderable version of the output field.

Example

Examples.Visualization.Advect
Examples.Visualization.Glyph Interp
Examples.Applications

File

v/geoms.v

See also related modules

Arrow2

TOC PREV NEXT INDEX