OmniGraph Node omni.graph.nodes.ArrayLength

omni.graph.nodes.ArrayLength Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Extract Attribute Array Length

__categories

math:array

Generated Class Name

OgnArrayLengthDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.ArrayLength Description

Outputs the length of a specified array attribute in an input bundle, or 1 if the attribute is not an array attribute

omni.graph.nodes.ArrayLength Inputs

Name

Type

Default

Required?

Descripton

inputs:attrName

token

points

Y

Name of the attribute whose array length will be queried

uiName

Attribute Name

__default

“points”

inputs:data

bundle

None

Y

Collection of attributes that may contain the named attribute

uiName

Attribute Bundle

omni.graph.nodes.ArrayLength Outputs

Name

Type

Default

Required?

Descripton

outputs:length

uint64

None

Y

The length of the array attribute in the input bundle

uiName

Array Length