[vtkusers] Problem with vtk STL reader
newcfd
newcfd at yahoo.com
Tue Jan 12 12:26:57 EST 2016
Does vtk STL reader check key word "Color" (not "Solid" ) in a STL file?
line 354 in vtkSTLReader.cxx
if ((strcmp(line, "COLOR") == 0) || (strcmp(line, "color") == 0))
All STL files I have start with "solid" not "color".
--
View this message in context: http://vtk.1045678.n5.nabble.com/Problem-with-vtk-STL-reader-tp5735926.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list