Skip to content

Poly Symmetry Data

Ryan Porter edited this page Feb 4, 2017 · 2 revisions

polySymmetryData

By default, the polySymmetry command creates a data node that holds the component symmetry indices.

Attribute Name Description Attribute Type
vertexSymmetry Indices of the array correspond to the vertices of the mesh. Values of the array correspond to the index of the opposite vertex. int array
edgeSymmetry Indices of the array correspond to the edges of the mesh. Values of the array correspond to the index of the opposite edge. int array
faceSymmetry Indices of the array correspond to the face of the mesh. Values of the array correspond to the index of the opposite face. int array
vertexSides Indices of the array correspond to the vertices of the mesh. Values of the array correspond to the which side of the mesh the vertex is on (Left = 1, Center = 0, Right = -1) int array
edgeSides Indices of the array correspond to the edges of the mesh. Values of the array correspond to the which side of the mesh the edge is on (Left = 1, Center = 0, Right = -1) int array
faceSides Indices of the array correspond to the faces of the mesh. Values of the array correspond to the which side of the mesh the face is on (Left = 1, Center = 0, Right = -1) int array
Clone this wiki locally