OmniGraph Node omni.graph.nodes.BooleanNot

omni.graph.nodes.BooleanNot Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Boolean Not

__categories

math:condition

Generated Class Name

OgnNotDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.BooleanNot Description

Inverts a bool or bool array

omni.graph.nodes.BooleanNot Inputs

Name

Type

Default

Required?

Descripton

inputs:valueIn

[‘bool’, ‘bool[]’]

None

Y

bool or bool array to invert

omni.graph.nodes.BooleanNot Outputs

Name

Type

Default

Required?

Descripton

outputs:valueOut

[‘bool’, ‘bool[]’]

None

Y

inverted bool or bool array