edges


Synopsis

Creates a wireframe representation of 2D/3D mesh, including internal cell edges.

Input Ports

Name

 

Type

 

Description

 

in_field

ilink

The input object

 

Parameters

None.

Output Ports

Name

 

Type

 

Description

 

out_fld

Mesh + Cells

The extracted edges.

out_obj

DefaultObject

The renderable wireframe representation.

 

Description

edges produces a wireframe representation of the a mesh, including both the outside of the mesh and the internal cell edges. You use it when you want to see the structure of an object.

Input Ports

in_field

A 2D or 3d mesh.

Output Ports

out_fld

The output is a field containing a new unstructured Mesh of cell type Line representing the input mesh's structure.

out_obj

This is a renderable version of the output field.

File

/v/modules.v

See also