MA to USDZ C#

MA files consist of a huge list of textual commands to specify information about the file. Whereas, a USDZ file contains information about textures, animation, etc. In certain scenarios, you might want to convert an MA file to USDZ format. Following such use cases, this article discusses how to convert MA files to USDZ format programmatically in C#.

MA to USDZ Converter – C# API Installation

Aspose.3D for .NET API supports creating or manipulating various types of 3D files like FBX, GDB, etc. You can simply configure the API by downloading its reference DLL files from the Downloads section or run the following NuGet installation command:

PM> Install-Package Aspose.3D

How To Convert MA to USDZ File in C#

You can convert an MA to USDZ format with the steps below:

  1. Load the input MA file.
  2. Convert the MA file to a USDZ file.

Convert MA to USDZ in C#

Please follow the steps below to convert an MA file to USDZ format:

  1. Load the source MA Maya file with the Scene class.
  2. Convert the MA to USDZ format with the Save method.

The code snippet below shows how to convert an MA file to USDZ format programmatically in C#:

Get Free Temporary License

Interested to evaluate the API without any limitations? You may request a free temporary license.

Online Demo

You may try the MA to USDZ Converter web app developed using this API.

Conclusion

In this article, you have inspected how to convert an MA to a USDZ file. You can visit the documentation section to take a look at many other chapters explaining different features. In case you have any concerns or queries, please feel free to write to us at forum.

See Also

Convert OBJ to 3DS File in C#