Sine Wave Deformer Z-axis (Python)

Example node applying a sine wave deformation to a set of points, written in Python

Installation

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

Inputs

Name

Type

Descripton

Default

Multiplier (inputs:multiplier)

float

The multiplier for the amplitude of the sine wave

1.0

Points (inputs:points)

pointf[3][]

The input points to be deformed

[]

Outputs

Name

Type

Descripton

Default

Points (outputs:points)

pointf[3][]

The deformed output points

None

Metadata

Name

Value

Unique ID

omni.graph.examples.python.DeformerPy

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 Z-axis (Python)

Categories

examples

Generated Class Name

OgnDeformerCpuDatabase

Python Module

omni.graph.examples.python