Logo
  • PhysX License
  • Building with PhysX
  • Snippets
  • PhysX API Basics
  • Startup and Shutdown
  • Threading
  • Geometry
  • Custom Geometry
  • Rigid Body Overview
  • Rigid Body Collision
  • Rigid Body Dynamics
  • Simulation
  • Advanced Collision Detection
  • Joints
  • Articulations
  • GPU Rigid Bodies
  • Soft Bodies
  • Particle System
  • Geometry Queries
  • Scene Queries
  • Gjk Queries
  • Vehicles
  • Character Controllers
  • Debug Visualization
  • Omniverse Visual Debugger
  • Simulation Statistics
  • Serialization
  • Extending Serialization
  • Best Practices Guide
  • Migrating From PhysX SDK 2.x to 3.x
  • Migrating From PhysX SDK 3.2 to 3.3
  • Migrating From PhysX SDK 3.3 to 3.4
  • Migrating From PhysX SDK 3.4 to 4.0
  • Migrating From PhysX SDK 4.0 to 5.1
  • C++ API
physx
  • »
  • PxAddArticulationLink

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


© Copyright 2022, NVIDIA. Last updated on Nov 08, 2022.