Re: [vmtk-users] bifurcation plane
Brought to you by:
davidsteinman,
lucantiga
From: Luca A. <luc...@gm...> - 2013-05-06 12:55:07
|
Hi YiQiang, the figure you attached was created in Paraview using the origin and normal of the plane as computed with vmtk (you can output them in plain text using a .dat file format) to specify the plane in Paraview (Sources->Plane). It works well if the number of figures you create is small. If you need to create the visualization automatically you'll need to write VTK code and use the vtkPlaneSource class to create the plane. The class: http://www.vtk.org/doc/nightly/html/classvtkPlaneSource.html Examples: http://www.vtk.org/doc/nightly/html/c2_vtk_e_5.html#c2_vtk_e_vtkPlaneSource http://www.vtk.org/doc/nightly/html/c2_vtk_t_15.html#c2_vtk_t_vtkPlaneSource Best, Luca On May 6, 2013, at 9:40 AM, qiang zeng wrote: > Hi all, > When I am using VMTK, I want to display the bifurcation plane (the view is like aneurysm bifurcation plane, as an attachment "bifurcation plane.jpg"). > Does anyone know a way to do this? > Best, > YiQiang > <bifurcation plane.jpg>------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1_______________________________________________ > vmtk-users mailing list > vmt...@li... > https://lists.sourceforge.net/lists/listinfo/vmtk-users |