TOC PREV NEXT INDEX

BoundingBox2D

Synopsis

Generates a bounding box using any 2D field

Input Port

in_field

Mesh

Parameters

none.

 

Output Port

out_fld

Plane_Mesh

out_obj

output renderable object

Description

BoundingBox2D generates lines that indicate the bounding box of any 2D field. This is useful when you need to see the shape of an object.

Input

in_field

Any 2D mesh.

Parameters

none.

int. Specifies which axis spacing should be adjusted.

Output Port

out_fld

A Plane_Mesh (a single 2D uniform mesh) representing the bounding box.

out_obj

This is a renderable version of the output field. The plane mesh is rendered in outline mode.

Example

Not available

File

v/geom.v

See also related modules

read_Img2vol

TOC PREV NEXT INDEX