Bool Operator

About

  • Header File: xpressocore/description/gvbool.h

  • Description Category: GraphView Operators.

  • Included Description:

Parameters

Parameters are accessed with C4DAtom.GetParameter()/C4DAtom.SetParameter().


Parameter: Function

  • Parameter ID: c4d.GV_BOOL_FUNCTION_ID

  • Parameter Type: int

  • Cycle Values:
    • AND (c4d.GV_AND_NODE_FUNCTION)

    • OR (c4d.GV_OR_NODE_FUNCTION)

    • XOR (c4d.GV_XOR_NODE_FUNCTION)

    • NAND (c4d.GV_NAND_NODE_FUNCTION)

    • NOR (c4d.GV_NOR_NODE_FUNCTION)

    • NXOR (c4d.GV_NXOR_NODE_FUNCTION)


Parameter: Input

  • Parameter ID: c4d.GV_BOOL_INPUT

  • Parameter Type: bool


Parameter: Output

  • Parameter ID: c4d.GV_BOOL_OUTPUT

  • Parameter Type: bool