TOC PREV NEXT INDEX

edges

Synopsis

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

Input Port

in_field

ilink

The input object

Parameters

none

 

Output Port

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

in_fld

A 2D or 3d mesh.

Parameters

Output Port

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.

Example

Not available

File

v/modules.v

See also related modules



TOC PREV NEXT INDEX