Display points and normals from a plain text (x y z nx ny nz) file
From KitwarePublic
Jump to navigationJump to search
- 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