View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009184VTK(No Category)public2009-06-19 11:042009-06-19 11:33
ReporterDavid Doria 
Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0009184: Polydata vertices with python
DescriptionThe following script crashes at the writer.Write() line if you uncomment the SetVerts line:
http://www.vtk.org/Wiki/Write_the_corners_of_a_triangle_to_a_file_(%2Bvertices) [^]
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0016743)
Will Schroeder (manager)
2009-06-19 11:32

The script is incorrect. The vertex cells are created wrong. It should be:

id = Points.InsertNextPoint(1.0, 0.0, 0.0)
Vertices.InsertNextCell(1)
Vertices.InsertCellPoint(id)

 Issue History
Date Modified Username Field Change
2009-06-19 11:04 David Doria New Issue
2009-06-19 11:32 Will Schroeder Note Added: 0016743
2009-06-19 11:33 Will Schroeder Status backlog => closed
2009-06-19 11:33 Will Schroeder Resolution open => no change required
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team