Subtract Double (Python)

Example node that subtracts 2 doubles from each other

Installation

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

Inputs

Name

Type

Descripton

Default

A (inputs:a)

double

Input a

0

B (inputs:b)

double

Input b

0

Outputs

Name

Type

Descripton

Default

Out (outputs:out)

double

The result of a - b

None

Metadata

Name

Value

Unique ID

omni.graph.examples.python.SubtractDouble

Version

1

Extension

omni.graph.examples.python

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Subtract Double (Python)

Categories

examples

Generated Class Name

OgnSubtractDoubleDatabase

Python Module

omni.graph.examples.python