OmniGraph Node omni.graph.examples.python.ClampDouble

omni.graph.examples.python.ClampDouble 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

Clamp Double (Python)

__language

Python

Generated Class Name

OgnClampDoubleDatabase

Python Module

omni.graph.examples.python

omni.graph.examples.python.ClampDouble Description

Example node that a number to a range

omni.graph.examples.python.ClampDouble Inputs

Name

Type

Default

Required?

Descripton

inputs:max

double

0

Y

Maximum value

__default

0

inputs:min

double

0

Y

Mininum value

__default

0

inputs:num

double

0

Y

Input number

__default

0

omni.graph.examples.python.ClampDouble Outputs

Name

Type

Default

Required?

Descripton

outputs:out

double

None

Y

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