OmniGraph Node omni.graph.nodes.BooleanExpr

omni.graph.nodes.BooleanExpr Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

hidden

true

uiName

Boolean Expression

__categories

math:operator

__language

Python

Generated Class Name

OgnBooleanExprDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.BooleanExpr Description

NOTE: DEPRECATED AS OF 1.26.0 IN FAVOUR OF INDIVIDAL BOOLEAN OP NODES Boolean operation on two inputs. The supported operations are:

AND, OR, NAND, NOR, XOR, XNOR

omni.graph.nodes.BooleanExpr Inputs

Name

Type

Default

Required?

Descripton

inputs:a

bool

False

Y

Input A

inputs:b

bool

False

Y

Input B

inputs:operator

token

AND

Y

The boolean operation to perform (AND, OR, NAND, NOR, XOR, XNOR))

allowedTokens

AND,OR,NAND,NOR,XOR,XNOR

__allowedTokens

{“AND”: “AND”, “OR”: “OR”, “NAND”: “NAND”, “NOR”: “NOR”, “XOR”: “XOR”, “XNOR”: “XNOR”}

uiName

Operator

__default

“AND”

omni.graph.nodes.BooleanExpr Outputs

Name

Type

Default

Required?

Descripton

outputs:result

bool

None

Y

The result of the boolean expression

uiName

Result