OmniGraph Node omni.graph.nodes.SetGatheredAttribute

omni.graph.nodes.SetGatheredAttribute Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Set Gathered Attribute (Prototype)

__categories

internal

Generated Class Name

OgnSetGatheredAttributeDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.SetGatheredAttribute Description

Writes a value into the given Gathered attribute. If the number elements of the value is less than the gathered attribute, the value will be broadcast to all prims. If the given value has more elements than the gathered attribute, an error will be produced. PROTOTYPE DO NOT USE, Requires GatherPrototype

omni.graph.nodes.SetGatheredAttribute Inputs

Name

Type

Default

Required?

Descripton

inputs:execIn

execution

None

Y

Input execution state

inputs:gatherId

uint64

0

Y

The GatherId of the gathered prims

inputs:mask

bool[]

None

Only writes values to the indexes which are true.

inputs:name

token

Y

The name of the attribute to set in the given Gather

inputs:value

any

None

Y

The new value to be written to the gathered attributes

omni.graph.nodes.SetGatheredAttribute Outputs

Name

Type

Default

Required?

Descripton

outputs:execOut

execution

None

Y

Output execution