OmniGraph Node omni.physx.graph.SceneQueryOverlapSphereAll

omni.physx.graph.SceneQueryOverlapSphereAll 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, Sphere, All

__tokens

{}

__categories

Omni PhysX Scene Queries

__exclusions

python,tests

Generated Class Name

OgnPhysXSceneQueryOverlapSphereAllDatabase

Python Module

omni.physxgraph

omni.physx.graph.SceneQueryOverlapSphereAll Description

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

omni.physx.graph.SceneQueryOverlapSphereAll Inputs

Name

Type

Default

Required?

Descripton

inputs:execIn

execution

None

Y

Input execution

inputs:position

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

None

Y

Sphere center position.

uiName

Position

inputs:radius

[‘double’, ‘float’]

None

Y

Sphere radius

uiName

Radius

omni.physx.graph.SceneQueryOverlapSphereAll 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 sphere.

outputs:colliderPrimPaths

token[]

None

Y

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

uiName

Collider Prim paths

outputs:execOut

execution

None

Y

Output execution