OmniGraph Node omni.physx.graph.SceneQueryOverlapSphereAny

omni.physx.graph.SceneQueryOverlapSphereAny 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, Any

__tokens

{}

__categories

Omni PhysX Scene Queries

__exclusions

python,tests

Generated Class Name

OgnPhysXSceneQueryOverlapSphereAnyDatabase

Python Module

omni.physxgraph

omni.physx.graph.SceneQueryOverlapSphereAny Description

Checks whether any colliders overlap the query input sphere.

omni.physx.graph.SceneQueryOverlapSphereAny 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.SceneQueryOverlapSphereAny Outputs

Name

Type

Default

Required?

Descripton

outputs:execOut

execution

None

Y

Output execution

outputs:overlap

bool

None

Y

Returns true if any colliders overlap with the input sphere.