Sine Wave Deformer Y-axis (Python)

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

Installation

To use this node enable omni.graph.examples.python in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Multiplier (inputs:multiplier)

double

The multiplier for the amplitude of the sine wave

1

Offset (inputs:offset)

double

The offset of the sine wave

0

Points (inputs:points)

pointf[3][]

The input points to be deformed

[]

Wavelength (inputs:wavelength)

double

The wavelength of the sine wave

1

Outputs

Name

Type

Descripton

Default

Points (outputs:points)

pointf[3][]

The deformed output points

None

Metadata

Name

Value

Unique ID

omni.graph.examples.python.DeformerYAxis

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

Generated Class Name

OgnDeformerYAxisDatabase

Python Module

omni.graph.examples.python