| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
4.2.5 Cutting
These variables and functions set the condition when the points are excluded (cutted) from the drawing. Note, that a point with NAN value(s) of coordinate or amplitude will be automatically excluded from the drawing. See section Cutting sample, for sample code and picture.
- MGL command: cut val
- Method on mglGraph:voidSetCut (boolval)
- C function: voidmgl_set_cut (HMGLgr,intval)
- Flag which determines how points outside bounding box are drawn. If it is - truethen points are excluded from plot (it is default) otherwise the points are projected to edges of bounding box.
- MGL command: cut x1 y1 z1 x2 y2 z2
- Method on mglGraph:voidSetCutBox (mglPointp1,mglPointp1)
- C function: voidmgl_set_cut_box (HMGLgr,floatx1,floaty1,floatz1,floatx2,floaty2,floatz2)
- Lower and upper edge of the box in which never points are drawn. If both edges are the same (the variables are equal) then the cutting box is empty. 
- MGL command: cut 'cond'
- Method on mglGraph:voidCutOff (const char *cond)
- C function: voidmgl_set_cutoff (HMGLgr,const char *cond)
- Sets the cutting off condition by formula cond. This condition determine will point be plotted or not. If value of formula is nonzero then point is omitted, otherwise it plotted. Set argument as - ""to disable cutting off condition.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
 
  This document was generated on April 13, 2012 using texi2html 5.0.
 
 
