Display points and normals from a plain text (x y z nx ny nz) file: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(New page: * Load the CSV data, use a TableToPoints filter * Use a Calculator filter to combine the last three fields to a vector (operation: "(iHat*Field 3)+(jHat*Field 4)+(kHat*Field 5)") * Apply a...)
 
(No difference)

Latest revision as of 18:22, 30 October 2009

  • Load the CSV data, use a TableToPoints filter
  • Use a Calculator filter to combine the last three fields to a vector (operation: "(iHat*Field 3)+(jHat*Field 4)+(kHat*Field 5)")
  • Apply a Glyph filter with Glyph type Arrow