OmniGraph Node omni.graph.test.PerturbBundlePoints

omni.graph.test.PerturbBundlePoints Properties

Name

Value

Version

1

Extension

omni.graph.test

Icon

ogn/icons/omni.graph.test.PerturbBundlePoints.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Test Node: Randomly Perturb Bundled Points

__categories

internal:test

Generated Class Name

OgnPerturbBundlePointsDatabase

Python Module

omni.graph.test

omni.graph.test.PerturbBundlePoints Description

Randomly modify positions on all points attributes within a bundle

omni.graph.test.PerturbBundlePoints Inputs

Name

Type

Default

Required?

Descripton

inputs:bundle

bundle

None

Y

Bundle containing arrays of points to be perturbed

uiName

Original Bundle

inputs:maximum

pointf[3]

[1.0, 1.0, 1.0]

Y

Maximum values of the perturbation

uiName

Perturb Maximum

__default

[1.0, 1.0, 1.0]

inputs:minimum

pointf[3]

[0.0, 0.0, 0.0]

Y

Minimum values of the perturbation

uiName

Perturb Minimum

__default

[0.0, 0.0, 0.0]

inputs:percentModified

float

100.0

Y

Percentage of points to modify, decided by striding across point set

uiName

Percentage Modified

__default

100.0

omni.graph.test.PerturbBundlePoints Outputs

Name

Type

Default

Required?

Descripton

outputs:bundle

bundle

None

Y

Bundle containing arrays of points that were perturbed

uiName

Perturbed Bundle