get_prim_descendents#

omni.usd.get_prim_descendents(
root_prim: Prim,
) List[Prim]#

Internal. Returns all descendants for a given prim.

Parameters:

root_prim (Usd.Prim) – The root prim to query.

Returns:

A list of prim handles.

Return type:

List[Usd.Prim]