MantisBT - ParaView
View Issue Details
0003127ParaView(No Category)public2006-04-13 17:262009-05-13 13:59
Brian Wylie 
Utkarsh Ayachit 
normalfeaturealways
closedfixed 
 
3.43.4 
0003127: Easy sideset normals
Please add a button to show the sideset normals. Right now you have to construct the following pipeline in ParaView

exodus(select just the sidesets) -> extract surface -> polydata normals -> glyph

Too complicated, many users want to check boundary conditions, which include the orientation of their sidesets. So this should be a one button functionality.
No tags attached.
Issue History
2008-04-07 11:18Berk GeveciNote Added: 0011079
2008-04-07 11:18Berk GeveciPrioritylow => normal
2008-04-07 11:18Berk GeveciCategory => 3.4
2008-04-07 11:18Berk GeveciDescription Updated
2008-05-01 13:29Berk GeveciNote Added: 0011648
2008-06-03 11:12Utkarsh AyachitAssigned ToBerk Geveci => Utkarsh Ayachit
2008-06-19 15:17Utkarsh AyachitStatustabled => @80@
2008-06-19 15:17Utkarsh AyachitResolutionopen => fixed
2008-06-19 15:17Utkarsh AyachitNote Added: 0012423
2008-06-23 21:00Alan ScottStatus@80@ => closed
2008-06-23 21:00Alan ScottNote Added: 0012485
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:09Zack GalbreathCategory => (No Category)

Notes
(0004673)
Berk Geveci   
2006-08-17 14:55   
This sounds like a good candidate for a custom filter.
(0011079)
Berk Geveci   
2008-04-07 11:18   
Create a custom filter that does extract surface -> polydata normals -> glyph and include it as an example in paraview source. Maybe write a test with it too?
(0011648)
Berk Geveci   
2008-05-01 13:29   
Create a custom filter and compile it in.
(0012423)
Utkarsh Ayachit   
2008-06-19 15:17   
Added new "Normal Glyphs" filter that adds a new custom filter for side set
normals. Fixes BUG 0003127.

I am not sure what properties need to be exposed (or what to call this filter). I am open to suggestions.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMCompoundSourceProxy.cxx,v <-- Servers/ServerManager/vtkSMCompoundSourceProxy.cxx
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxy.cxx,v <-- Servers/ServerManager/vtkSMProxy.cxx
new revision: 1.104; previous revision: 1.103
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxy.h,v <-- Servers/ServerManager/vtkSMProxy.h
new revision: 1.88; previous revision: 1.87
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyManager.cxx,v <-- Servers/ServerManager/vtkSMProxyManager.cxx
new revision: 1.73; previous revision: 1.72
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- Servers/ServerManager/Resources/filters.xml
new revision: 1.298; previous revision: 1.297
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/XML/ParaViewFilters.xml,v <-- Qt/Components/Resources/XML/ParaViewFilters.xml
new revision: 1.48; previous revision: 1.47
(0012485)
Alan Scott   
2008-06-23 21:00   
Nice. I wouldn't change a thing.

Tested client/server.