OmniGraph Node omni.graph.test.RandomPoints

omni.graph.test.RandomPoints Properties

Name

Value

Version

1

Extension

omni.graph.test

Icon

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

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Test Node: Generate Random Points

__categories

internal:test

Generated Class Name

OgnRandomPointsDatabase

Python Module

omni.graph.test

omni.graph.test.RandomPoints Description

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

omni.graph.test.RandomPoints 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.RandomPoints Outputs

Name

Type

Default

Required?

Descripton

outputs:points

pointf[3][]

None

Y

Randomly generated points

uiName

Random Points