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

uiName

Boolean Expression

__categories

math:operator

__language

Python

Generated Class Name

OgnBooleanExprDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.BooleanExpr Description

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))

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