<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Hi all,<div><br></div><div>Please kindly disregard my posting titled "[vtkusers] VTK_PENTAGONAL_PRISM and VTK_HEXAGONAL_PRISM".</div>
<div>I just figured it out.</div><div><br></div><div>For example, for the VTK_PENTAGONAL_PRISM it goes like the following(assuming counter-clockwise orientation)</div><div><div>face1 : 0, 1, 2, 3, 4</div><div>face2 : 5, 6, 7, 8, 9</div>
<div>face3 : 0, 1, 6, 5</div><div>face4 : 1, 2, 7, 6</div><div>face5 : 8, 7, 2, 3</div><div>face6 : 4, 0, 5, 9</div><div>face7 : 4, 3, 8, 9</div></div><div><br></div><div>So I think there is some kind of convention in VTK that larger(in terms of # of vertices) polygons are listed as just lexicographical order, and for others, we have to figure it out. If we are to triangulate them, it won't be that hard if we follow this convention..</div>
<div><br></div><div>Anyway, I appreciate your help!</div><div><br></div><div>--</div><div>Jeonggyu Lee</div></span>