OmniGraph Node omni.graph.nodes.HasAttribute

omni.graph.nodes.HasAttribute Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Has Attribute

__categories

bundle

Generated Class Name

OgnHasAttrDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.HasAttribute Description

Inspect an input bundle for a named attribute, setting output to true if it exists

omni.graph.nodes.HasAttribute Inputs

Name

Type

Default

Required?

Descripton

inputs:attrName

token

points

Y

Name of the attribute to look for in the bundle

uiName

Attribute To Find

__default

“points”

inputs:data

bundle

None

Y

Collection of attributes that may contain the named attribute

uiName

Bundle To Check

omni.graph.nodes.HasAttribute Outputs

Name

Type

Default

Required?

Descripton

outputs:output

bool

None

Y

True if the named attribute was found in the bundle

uiName

Is Attribute In Bundle