OmniGraph Node omni.graph.test.RandomPointsPy

omni.graph.test.RandomPointsPy Properties

Name

Value

Version

1

Extension

omni.graph.test

Icon

ogn/icons/omni.graph.test.RandomPointsPy.svg

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Python Test Node: Generate Random Points

__categories

internal:test

__language

Python

Generated Class Name

OgnRandomPointsPyDatabase

Python Module

omni.graph.test

omni.graph.test.RandomPointsPy Description

Generate an array of the specified number of points at random locations within the bounding cube

omni.graph.test.RandomPointsPy Inputs

Name

Type

Default

Required?

Descripton

inputs:maximum

pointf[3]

[1.0, 1.0, 1.0]

Y

Highest X, Y, Z values for the bounding volume

uiName

Bounding Cube Maximum

__default

[1.0, 1.0, 1.0]

inputs:minimum

pointf[3]

[0.0, 0.0, 0.0]

Y

Lowest X, Y, Z values for the bounding volume

uiName

Bounding Cube Minimum

__default

[0.0, 0.0, 0.0]

inputs:pointCount

uint64

0

Y

Number of points to generate

uiName

Point Count

omni.graph.test.RandomPointsPy Outputs

Name

Type

Default

Required?

Descripton

outputs:points

pointf[3][]

None

Y

Randomly generated points

uiName

Random Points