Skip to main content
Ctrl+K
PhysX SDK Documentation - Home

PhysX SDK Documentation

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
PhysX SDK Documentation - Home

PhysX SDK Documentation

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

  • PhysX SDK API
  • PxImmediateMode.h
  • PxAddArticul...

PxAddArticulationLink#

Defined in include/PxImmediateMode.h

PxArticulationLinkCookie PxAddArticulationLink(
PxArticulationCookie articulation,
const PxArticulationLinkCookie *parent,
const PxArticulationLinkDataRC &data,
)#

Add a link to the articulation.

All links must be added before the articulation is completed. It is not possible to add a new link at runtime.

Returned cookie is a temporary ID for the link, only valid until PxEndCreateArticulationRC is called.

See also

PxBeginCreateArticulationRC PxEndCreateArticulationRC

Parameters:
  • articulation – [in] Cookie value returned by PxBeginCreateArticulationRC

  • parent – [in] Parent for the new link, or NULL if this is the root link

  • data – [in] Link data

Returns:

Link cookie

previous

PxImmediateMode.h

next

PxApplyArticulationCache

On this page
  • PxAddArticulationLink()
NVIDIA NVIDIA

Copyright © 2022-2025, NVIDIA Corporation.

Last updated on Feb 07, 2025.