Terminology map: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Daviddoria (talk | contribs) (New page: {| border="1" |- bgcolor="#abcdef" ! Real world concept!! Paraview terminology |- | Display points || Glyph filter -> Spheres |- | Display lines as cylinders instead of raster lines || Tub...) |
Daviddoria (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{| border="1" | {| border="1" | ||
|- bgcolor="#abcdef" | |- bgcolor="#abcdef" | ||
! Real world concept!! Paraview terminology | ! Real world concept!! Paraview terminology!! Instructions | ||
|- | |- | ||
| Display points || Glyph filter -> Spheres | | Display points || Glyph filter -> Spheres || | ||
|- | |- | ||
| Display lines as cylinders instead of raster lines || Tube filter | | Display lines as cylinders instead of raster lines || Tube filter || | ||
|- | |- | ||
| Triangulate a set of points (form a mesh) || Delaunay Filters | | Triangulate a set of points (form a mesh) || Delaunay Filters || | ||
|- | |- | ||
| Downsample a point set || Quadric clustering | | Downsample a point set || Quadric clustering || | ||
|- | |||
| Measure the distance between two points || Sources -> Ruler || Hover over the first point then press 'p'. Then hover over the second point and press 'p' again. The distance is displayed in the Properties tab of the Object Inspector. | |||
|} | |} |
Revision as of 17:38, 18 September 2009
Real world concept | Paraview terminology | Instructions |
---|---|---|
Display points | Glyph filter -> Spheres | |
Display lines as cylinders instead of raster lines | Tube filter | |
Triangulate a set of points (form a mesh) | Delaunay Filters | |
Downsample a point set | Quadric clustering | |
Measure the distance between two points | Sources -> Ruler | Hover over the first point then press 'p'. Then hover over the second point and press 'p' again. The distance is displayed in the Properties tab of the Object Inspector. |