Display points and normals from a plain text (x y z nx ny nz) file
From KitwarePublic
Revision as of 18:22, 30 October 2009 by Daviddoria (talk | contribs) (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...)
- 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