Clamp Double (Python)

Example node that a number to a range

Installation

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

Inputs

Name

Type

Descripton

Default

Max (inputs:max)

double

Maximum value

0

Min (inputs:min)

double

Minimum value

0

Num (inputs:num)

double

Input number

0

Outputs

Name

Type

Descripton

Default

Out (outputs:out)

double

The result of the number, having been clamped to the range min,max

None

Metadata

Name

Value

Unique ID

omni.graph.examples.python.ClampDouble

Version

1

Extension

omni.graph.examples.python

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Clamp Double (Python)

Categories

examples

Generated Class Name

OgnClampDoubleDatabase

Python Module

omni.graph.examples.python