OmniGraph Node omni.graph.test.PerturbPointsPy

omni.graph.test.PerturbPointsPy Properties

Name

Value

Version

1

Extension

omni.graph.test

Icon

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

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Python Test Node: Randomly Perturb Points

__categories

internal:test

__language

Python

Generated Class Name

OgnPerturbPointsPyDatabase

Python Module

omni.graph.test

omni.graph.test.PerturbPointsPy Description

Randomly modify positions on a set of points

omni.graph.test.PerturbPointsPy Inputs

Name

Type

Default

Required?

Descripton

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

inputs:points

pointf[3][]

[]

Y

Points to be perturbed

uiName

Original Points

omni.graph.test.PerturbPointsPy Outputs

Name

Type

Default

Required?

Descripton

outputs:points

pointf[3][]

None

Y

Points that were perturbed

uiName

Perturbed Points