OmniGraph Node omni.graph.examples.python.DeformerYAxis

omni.graph.examples.python.DeformerYAxis Properties

Name

Value

Version

1

Extension

omni.graph.examples.python

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Sine Wave Deformer Y-axis (Python)

__categories

examples

__language

Python

Generated Class Name

OgnDeformerYAxisDatabase

Python Module

omni.graph.examples.python

omni.graph.examples.python.DeformerYAxis Description

Example node applying a sine wave deformation to a set of points, written in Python. Deforms along Y-axis instead of Z

omni.graph.examples.python.DeformerYAxis Inputs

Name

Type

Default

Required?

Descripton

inputs:multiplier

double

1

Y

The multiplier for the amplitude of the sine wave

__default

1

inputs:offset

double

0

Y

The offset of the sine wave

__default

0

inputs:points

pointf[3][]

[]

Y

The input points to be deformed

__default

[]

inputs:wavelength

double

1

Y

The wavelength of the sine wave

__default

1

omni.graph.examples.python.DeformerYAxis Outputs

Name

Type

Default

Required?

Descripton

outputs:points

pointf[3][]

None

Y

The deformed output points