OmniGraph Node omni.physx.graph.SceneQueryOverlapBoxAll

omni.physx.graph.SceneQueryOverlapBoxAll Properties

Name

Value

Version

1

Extension

omni.physx.graph

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

python, tests

tags

physics,physx,simulation,collision

uiName

Overlap, Box, All

__tokens

{}

__categories

Omni PhysX Scene Queries

__exclusions

python,tests

Generated Class Name

OgnPhysXSceneQueryOverlapBoxAllDatabase

Python Module

omni.physxgraph

omni.physx.graph.SceneQueryOverlapBoxAll Description

Returns a list of prim paths of all colliders that overlap the input box.

omni.physx.graph.SceneQueryOverlapBoxAll Inputs

Name

Type

Default

Required?

Descripton

inputs:dimensions

[‘double[3]’, ‘float[3]’]

None

Y

Box dimensions

uiName

Dimensions

inputs:execIn

execution

None

Y

Input execution

inputs:position

[‘pointd[3]’, ‘pointf[3]’]

None

Y

Box center position.

uiName

Position

inputs:rotation

[‘double[3]’, ‘float[3]’]

None

Y

Box rotation in XYZ order Euler angles.

uiName

Rotation

omni.physx.graph.SceneQueryOverlapBoxAll Outputs

Name

Type

Default

Required?

Descripton

outputs:bodyPrimPaths

token[]

None

Y

A list of paths of the associated body prims for the collider prims that overlap the input box.

outputs:colliderPrimPaths

token[]

None

Y

A list of paths of the collider prims that overlap the input box.

uiName

Collider Prim paths

outputs:execOut

execution

None

Y

Output execution