USD (.usda, .usdc, .usdz)
[Experimental]
- Export supports the USD file format.
Background & Context

-
- MIME type: model/vnd.usd+zip
- Universal Scene Description format.
- 3D graphics format.
- Commonly used for interchange of 3D computer graphics data.
- Developed in 2016 by Pixar.
- ASCII, binary or package format.
- Provides schemas for standard encoding and client API for geometry, shading, model and assets.
Export

- Export["file.usd",expr] exports a 3D object to a binary USD file. The expr can be any 3D geometric region that is ConstantRegionQ or a Graphics3D object.
- The export format can be specified with Export["file",expr,"USD"].
- File formats and file extensions used by the USD specification include:
-
"USD" ASCII or binary encoded "USDA" ASCII encoded "USDC" binary encoded "USDZ" package file - See the following reference pages for full general information:
-
Export export to a file CloudExport export to a cloud object ExportString export to a string ExportByteArray export to a byte array
Examples
open allclose allBasic Examples (1)Summary of the most common use cases
Scope (8)Survey of the scope of standard use cases
Basic Uses (3)
Graphics (2)
Export Graphics3D objects:
In[1]:=1

✖
https://wolfram.com/xid/0spy3yyz-0rwrc6
Out[1]=1

In[1]:=1

✖
https://wolfram.com/xid/0spy3yyz-peaxse
Out[1]=1

In[2]:=2

✖
https://wolfram.com/xid/0spy3yyz-jmldk2
Out[2]=2

Regions (3)
In[1]:=1

✖
https://wolfram.com/xid/0spy3yyz-5tlziv
Out[1]=1

In[1]:=1

✖
https://wolfram.com/xid/0spy3yyz-m4ojd4
Out[1]=1

In[2]:=2

✖
https://wolfram.com/xid/0spy3yyz-b1n96z
Out[2]=2

In[1]:=1

✖
https://wolfram.com/xid/0spy3yyz-0zuys4
In[2]:=2

✖
https://wolfram.com/xid/0spy3yyz-tl07ig
Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/0spy3yyz-w1vcj8
Out[3]=3

Properties & Relations (3)Properties of the function, and connections to other functions
In[1]:=1

✖
https://wolfram.com/xid/0spy3yyz-zakrps
Out[1]=1

In[1]:=1

✖
https://wolfram.com/xid/0spy3yyz-m8rukc
In[2]:=2

✖
https://wolfram.com/xid/0spy3yyz-ekks9o
Out[2]=2

In[1]:=1

✖
https://wolfram.com/xid/0spy3yyz-4b9ubd
Out[1]=1
