SMS:Scatter Data Menu: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
Line 20: Line 20:


== Scatter Commands ==
== Scatter Commands ==
* [[SMS:Scatter Data Find|Find]]
* Find
::This menu item allows you to find a specific scatter point either by specifying its ID or by soecifying the nearest (x,y) coordinate. This can be useful if one specific scatter point needs to be located in a large scatter set.
::This menu item allows you to find a specific scatter point either by specifying its ID or by soecifying the nearest (x,y) coordinate. This can be useful if one specific scatter point needs to be located in a large scatter set.
* [[SMS:Scatter Filter|Scatter Filter]]
* Scatter Filter
::There are two filter options.  The first option is to filter by adjacent triangle normal angle filter.  The second option is to filter by using the VTK Decimate Pro.
::There are two filter options.  The first option is to filter by adjacent triangle normal angle filter.  The second option is to filter by using the VTK Decimate Pro.


Line 38: Line 38:


::[http://www.vtk.org/doc/release/4.0/html/classvtkDecimatePro.html http://www.vtk.org/doc/release/4.0/html/classvtkDecimatePro.html]
::[http://www.vtk.org/doc/release/4.0/html/classvtkDecimatePro.html http://www.vtk.org/doc/release/4.0/html/classvtkDecimatePro.html]
* [[SMS:Select/Delete Duplicate Points (Data Menu)|Select/Delete Duplicate Points]]
 
* Select/Delete Duplicate Points
::This menu item changes according to the option set in the Scatter Options dialog. In the options, the user  can opt to select or delete duplicate points and set a tolerance. The check  works by checking each point and selecting/deleting any point that is within the  tolerance. Points with lower ids are checked first; the point with the higher id  is therefore selected/deleted.
::This menu item changes according to the option set in the Scatter Options dialog. In the options, the user  can opt to select or delete duplicate points and set a tolerance. The check  works by checking each point and selecting/deleting any point that is within the  tolerance. Points with lower ids are checked first; the point with the higher id  is therefore selected/deleted.



Revision as of 20:26, 7 December 2012

Most of the SMS modules have a Data menu, but the items in this menu are different for each module. The menu items work with the active scatter set unless otherwise noted. The Scatter Module commands include:

Dataset Commands

Visualization Commands / Options

Data Conversion Commands

Scatter Commands

  • Find
This menu item allows you to find a specific scatter point either by specifying its ID or by soecifying the nearest (x,y) coordinate. This can be useful if one specific scatter point needs to be located in a large scatter set.
  • Scatter Filter
There are two filter options. The first option is to filter by adjacent triangle normal angle filter. The second option is to filter by using the VTK Decimate Pro.
You can access the Filter Options dialog by going to Data | Filter... while in the Scatter Module.
  • Filter – Adjacent Triangle Normal Angle Filter
Redundant and overlapping data may exist in a scatter. SMS offers the ability to filter the data and remove unnecessary data points in relatively flat areas in the Filter option from the Scatter module, Data menu. The user specifies an angle. Each data point is checked to see if it is in a flat region by dotting the normals of the surrounding triangles.
File:Filter diagram.bmp
If the normals are all within the specified angle, the region is flat and the point is deleted.
  • Filter – VTK Decimate Pro
VTK Decimate Pro is a filter to reduce the number of triangles in a triangle mesh, forming a good approximation to the original geometry. To get a detailed description of the options to set when performing this kind of filter, please visit the website:
http://www.vtk.org/doc/release/4.0/html/classvtkDecimatePro.html
  • Select/Delete Duplicate Points
This menu item changes according to the option set in the Scatter Options dialog. In the options, the user can opt to select or delete duplicate points and set a tolerance. The check works by checking each point and selecting/deleting any point that is within the tolerance. Points with lower ids are checked first; the point with the higher id is therefore selected/deleted.

Related Topics