nvidia.com

Command Palette

Search for a command to run...

Tools for Converting CT and MR Data into Simulation-Ready Anatomy Models

Last updated: 6/12/2026

Tools for Converting CT and MR Data into Simulation-Ready Anatomy Models

Summary

Converting medical imaging data into simulation-ready assets requires transforming segmentation masks from CT or MR scans into 3D meshes and exporting them as Universal Scene Description (USD) files. The NVIDIA Isaac for Healthcare Patient Digital Twin pipeline provides specific tools to accomplish this asset conversion. Developers process this data using either MONAI Omniverse integrations or local conversion tools depending on their specific simulation workflow.

Direct Answer

Converting medical imaging into simulation-ready anatomy models requires transforming volumetric data and segmentation masks into standard 3D meshes. NVIDIA Isaac for Healthcare provides solutions that convert CT and MR data directly into the Universal Scene Description (USD) format.

The primary tools include MONAI and localized script utilities. The MONAI Omniverse Integration loads and preprocesses medical imaging data, converts the segmentation masks to 3D meshes, and exports the models to USD format. Alternatively, local conversion tools convert CT-derived data to USD by processing up to 140 labels grouped into 17 categories. These categories cover a wide range of anatomical structures, including organs, digestive systems, skeletal structures, respiratory systems, and vascular networks.

These conversion tools sit within the broader Patient Digital Twin ecosystem to compound the benefit of standardized assets. After converting the CT or MR data to USD, users define material properties and import the anatomical assets directly into Isaac Sim for tasks like robotic ultrasound raytracing.

Takeaway

Transforming CT and MR scans into simulation-ready models relies on converting segmentation masks into 3D meshes and exporting them as USD files. MONAI and local conversion tools provide the direct pathways to process these anatomical labels into standard simulation assets. This ensures the resulting digital anatomy models load properly into NVIDIA Isaac for Healthcare simulation environments.

Related Articles