How can i simulate a paper bag or aluminium foil in Isaacsim

Important: Isaac Sim support

Note: For Isaac Sim support, the community is gradually transitioning from this forum to the Isaac Sim GitHub repository so that questions and issues can be tracked, searched, and resolved more efficiently in one place. Whenever possible, please create a GitHub Discussion or Issue there instead of starting a new forum topic.

Note: For any Isaac Lab topics, please submit your topic to its GitHub repo ( GitHub - isaac-sim/IsaacLab: Unified framework for robot learning built on NVIDIA Isaac Sim · GitHub ) following the instructions provided on Isaac Lab’s Contributing Guidelines ( Contribution Guidelines — Isaac Lab Documentation ).

Please provide all relevant details below before submitting your post. This will help the community provide more accurate and timely assistance. After submitting, you can check the appropriate boxes. Remember, you can always edit your post later to include additional information if needed.

6.0.0
5.1.0
5.0.0
4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):

Operating System

Ubuntu 24.04
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):

GPU Information

  • Model:
  • Driver Version:

Topic Description

Detailed Description

(Describe the issue in detail, including what you were trying to do, what you expected to happen, and what actually happened)

Steps to Reproduce

(Add more steps as needed)

Error Messages

(If applicable, copy and paste any error messages you received)

Screenshots or Videos

(If applicable, add screenshots or links to videos that demonstrate the issue)

Additional Information

What I’ve Tried

(Describe any troubleshooting steps you’ve already taken)

Related Issues

(If you’re aware of any related issues or forum posts, please link them here)

Additional Context

(Add any other context about the problem here)

Hi @harsha99ar,

Isaac Sim ships two ready-to-run thin-shell demos that cover this case — you can open both from the menu without writing any code:

Window → Demo Scenes → Deformables → Surface Deformable (recommended)

This is the modern FEM thin-shell deformable. It’s the right starting point for paper bag / foil-style materials in Isaac Sim 5.x and 6.0 going forward. Click “Add to stage”, hit play, and you’ll see a sheet drop and drape. From there you have access to the surface-deformable parameters (Young’s modulus, Poisson’s ratio, dynamic friction, density, and the plasticity attributes on PhysxDeformableBodyAPI if you want creases that stay — paper bag and crushed-foil behavior). The demo source is at <isaac-sim>/extscache/omni.physx.demos-*/omni/physxdemos/scenes/SurfaceDeformableDemo.py if you want to copy the setup verbatim.

Window → Demo Scenes → Particles → Particle Cloth (legacy)

PBD particle cloth — fast and stable, but elastic (the sheet springs back once contact lifts, so no permanent dents) and the API is officially deprecated in 6.0 (Please note that support for particle cloth and related APIs is now deprecated. These features will be removed in future releases.). Use only if you specifically need PBD behavior and are on 5.x. Note: to see this demo entry in the menu, the deprecated-API toggle needs to be on (carb setting physics:enableDeformableDeprecated); the modern Surface Deformable demo replaces it.

Hope these are good starting points.

Hello!

We noticed that this topic hasn’t received any recent updates from anyone reporting this issue, so we are closing it for now to help keep the forum organized.

If you are still experiencing this issue or have related questions, please create a GitHub Discussion or Issue in the Isaac Sim repository and include a link to this topic along with updated details. Mentioning or linking to this original topic provides helpful context and makes it easier for others to assist you.

Thank you for being part of the NVIDIA Isaac Sim community.

Best regards,
The NVIDIA Isaac Sim Forum Team