country_code
Skip to main content
Ctrl+K
Isaac Sim API - Home Isaac Sim API - Home

Isaac Sim API

  • discord
  • github
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
Isaac Sim API - Home Isaac Sim API - Home

Isaac Sim API

  • discord
  • github
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

General

  • Core Experimental API
  • Coding Style Guidelines

API Reference

  • C++ API
    • Classes
    • Macros
    • Enumerations
    • Functions
    • Namespaces
    • Structs
    • Typedefs
    • Variables

Standalone Examples

  • Standalone Examples Reference List

Generic Model Output

  • GenericModelOutput
  • Isaac Sim API API
  • Namespaces
  • isaacsim
  • robot
  • schema
  • GetAllRobotLinks
Is this page helpful?

GetAllRobotLinks#

Fully qualified name: isaacsim::robot::schema::GetAllRobotLinks

inline std::vector<pxr::UsdPrim> isaacsim::robot::schema::GetAllRobotLinks(
const pxr::UsdStagePtr &stage,
const pxr::UsdPrim &robotLinkPrim,
bool includeReferencePoints = false,
)#

Gather all link prims referenced by a robot prim.

Traverses relationship targets recursively to collect prims that apply the link API. Optionally, reference points are treated as links.

Parameters:
  • stage – [in] Stage that owns the prims.

  • robotLinkPrim – [in] Prim that anchors the traversal.

  • includeReferencePoints – [in] Includes reference point prims as links.

Returns:

std::vector<pxr::UsdPrim> Collection of link prims.

previous

GetAllRobotJoints

next

GetJointBodyRelationship

On this page
  • GetAllRobotLinks()
NVIDIA NVIDIA
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2023-2026, NVIDIA Corporation.

Last updated on Jun 05, 2026.