Math Operator

About

  • Header File: xpressocore/description/gvmath.h

  • Description Category: GraphView Operators.

  • Included Description:

Parameters

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


Parameter: Function

  • Parameter ID: c4d.GV_MATH_FUNCTION_ID

  • Parameter Type: int

  • Cycle Values:
    • Add (c4d.GV_ADD_NODE_FUNCTION)

    • Subtract (c4d.GV_SUB_NODE_FUNCTION)

    • Multiply (c4d.GV_MUL_NODE_FUNCTION)

    • Divide (c4d.GV_DIV_NODE_FUNCTION)

    • Modulo (c4d.GV_MOD_NODE_FUNCTION)