Key concepts
When CDF processes a 3D model revision, it generates optimized output files (geometry, textures, metadata) that are stored as 3D files. Each file has a unique ID and may contain sub-paths for directory-like navigation. Visualization clients use these endpoints to stream 3D content efficiently.What you can do
- Retrieve a single 3D file by its ID.
- Navigate directory structures within a 3D file using sub-paths.
These endpoints return binary data and are primarily intended for use by 3D rendering applications, not for direct user interaction.