Show / Hide Table of Contents

    Enum SequenceMode

    Sequincing preset to define the order of indices

    public enum SequenceMode
    Remarks

    It's recommended to choose based on the simplex type

    See Also
    Sequence(Buffer4, SequenceMode)

    Fields

    Name Description
    Cubes

    Individual Cubes: 0,1,2,3,4 - 0,5,6,7,8 ... 0,n-3,n-2,n-1,n

    CubeStrip

    Continous Cube: 0,1,2,3,4 - 0,5,6,7,8 ... 0,n-3,n-2,n-1,n

    LineFan

    Branched Segments: 0,1 - 0,2 - 0,3 ... 0,n

    LineLoop

    Continous Cycled Segments: 0,1 - 1,2 - 2,3 ... n,0

    Lines

    Individual Segments: 0,1 - 2,3 - 4,5 ... n-1,n

    LineStrip

    Continous Segments: 0,1 - 1,2 - 2,3 ... n-1,n

    Points

    Individual Points: 0 - 1 - 2 - 3 ... n

    Polygon

    Branched Cycled Triangles: 0,1,2 - 0,2,3 ... 0,n,1

    PrismFan

    Branched Prism: 2,3,0,5,4,1 - 6,7,0,9,8,1 ... n-3,n-2,0,n,n-1,1

    PyramidFan

    Branched Pyramids: 0,1,2,3,4 - 0,5,6,7,8 ... 0,n-3,n-2,n-1,n

    Quads

    Individual Quads: 0,1,2,3 - 4,5,6,7 ... n-3,n-2,n-1,n

    QuadStrip

    Continous Quads: 0,1,3,2 - 2,3,5,4 ... n-3,n-2,n,n-1

    TriangleFan

    Branched Triangles: 0,1,2 - 0,2,3 ... 0,n-1,n

    Triangles

    Individual Triangles: 0,1,2 - 3,4,5 ... n-2,n-1,n

    TriangleStrip

    Continous Triangles: 0,1,2 - 1,2,3 ... n-2,n-1,n

    TrimidFan

    Branched Trimids: 0,1,2,3 - 0,4,5,6 ... 0,n-2,n-1,n

    Trimids

    Individual Trimids: 0,1,2,3 - 4,5,6,7 ... n-3,n-2,n-1,n

    TrimidStrip

    Continous Trimids: 0,1,2,3 - 1,2,3,4 ... n-3,n-2,n-1,n

    ▲ Copyright © 2017 Wello Soft