@kognifai/cogsengine
    Preparing search index...

    Enumeration RegularCellEdgesConst

    Bitmask for selecting edges of a Regular Grid cell. Can be used to render only a subset of edges. Relevant for rendering only one Constant I/J/K direction. For Constant K: Can select to renter only top edge using: RegularCellEdges::KPos or bottom edge using RegularCellEdges::KNeg

    Index

    Enumeration Members

    Enumeration Members

    All: 63

    All edges.

    INeg: 1

    Negative I(X) Direction.

    IPos: 2

    Positive I(X) Direction.

    JNeg: 4

    Negative J(Y) Direction.

    JPos: 8

    Positive J(Y) Direction.

    KNeg: 16

    Negative K(Z) Direction.

    KPos: 32

    Positive K(Z) Direction.

    None: 0

    No edges.