Home > brede > brede_ta3_patch.m

brede_ta3_patch

PURPOSE ^

brede_ta3_patch - Construct 3D patch surface

SYNOPSIS ^

function hh = brede_ta3_patch(P, varargin)

DESCRIPTION ^

 brede_ta3_patch      - Construct 3D patch surface

       function h = brede_ta3_volsurf(P, ...
            'PropertyName', 'PropertyValue')

       Input:  P          Patch structure
               Property:
                 Color        Color of the surface
                 ReducePatch  [ {1} ] reduce the number of polygons
                              by the fraction. This just calls the
                              reducepatch Matlab function 
                 Type         [ {face} | edge ]
                 Urls         Weblinks that are associated with the
                              geometry 

       Output: h          Graphic handle

       Right clicking the mouse button will produce a popup menu. The
       color of the surface can be changed using this.

       Example:
         C = brede_tal_concere
         brede_write_nuages('cerebellum.cnt', C);
         !nuages cerebellum.cnt -tri cerebellum.off -off -prepros 
         P = brede_read_off('cerebellum.off');
         brede_ta3_frame
         brede_ta3_patch(P);

       See also: BREDE, BREDE_TA3_VOLSURF, BREDE_TA3_VOLSLICE,
                 BREDE_TA3_FRAME.

 $Id: brede_ta3_patch.m,v 1.2 2000/10/19 16:29:31 fnielsen Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Nov-2009 18:11:22 by m2html © 2005