[Master Index] [Index for export/brede]

brede_sur_sur2mat

(export/brede/brede_sur_sur2mat.m)


Function Synopsis

M = brede_sur_sur2mat(S, varargin)

Help text

 brede_sur_sur2mat    - Convert 'sur' structure to 'mat'

       M = brede_sur_sur2mat(S, 'PropertyName', 'PropertyValue') 

       Input:    S     'Sur' structure

       Property: Type  [ faces | {vertices} ] Type of 'mat' structure
                       that are converted

       Output:   M     'Mat' structure

       Convert a 'sur' structure containing a surface to a 'mat'
       structure. Either the faces or the vertices of the surface can
       be returned.

       Example:
         S = brede_sur_sphere('Size', 0.01);
         M = brede_sur_sur2mat(S, 'type', 'vertices');
         brede_ui_mat(M);

       See also BREDE, BREDE_SUR, BREDE_MAT.

 $Id: brede_sur_sur2mat.m,v 1.1 2007/07/12 13:11:26 fn Exp $

Cross-Reference Information

This function is called by

Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF