OmniGraph Node omni.graph.test.RandomBundlePoints

omni.graph.test.RandomBundlePoints Properties

Name

Value

Version

1

Extension

omni.graph.test

Icon

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

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Test Node: Generate Random Bundled Points

__categories

internal:test

Generated Class Name

OgnRandomBundlePointsDatabase

Python Module

omni.graph.test

omni.graph.test.RandomBundlePoints Description

Generate a bundle of ‘bundleSize’ arrays of ‘pointCount’ points at random locations within the bounding cube delineated by the corner points ‘minimum’ and ‘maximum’.

omni.graph.test.RandomBundlePoints Inputs

Name

Type

Default

Required?

Descripton

inputs:bundleSize

int

0

Y

Number of point attributes to generate in the bundle

uiName

Bundle Size

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.RandomBundlePoints Outputs

Name

Type

Default

Required?

Descripton

outputs:bundle

bundle

None

Y

Randomly generated bundle of attributes containing random points

uiName

Random Bundle