OmniGraph Node Overlap, Box, All
Properties
Name |
Value |
---|---|
Unique ID |
omni.physx.graph.SceneQueryOverlapBoxAll |
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 |
PhysX Scene Queries |
__exclusions |
python,tests |
Generated Class Name |
OgnPhysXSceneQueryOverlapBoxAllDatabase |
Python Module |
omni.physxgraph |
Description
Returns a list of prim paths of all colliders that overlap the input box.
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 |
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 |