TOC PREV NEXT INDEX

BoundingBox3D

Synopsis

Generates a bounding box using any 3D field

Input Port

in_field

Mesh

Parameters

none.

 

Output Port

out_fld

Box_Mesh

out_obj

output renderable object

Description

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

Input

in_field

Any 3D mesh.

Parameters

none.

Output Port

out_fld

A Plane_Mesh (a single 3D 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



TOC PREV NEXT INDEX