Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


IO

Use this feature to import and export 3D assets and data in your projects using the Pixyz SDK's asset transformer.
Read time 3 minutesLast updated a day ago

API functions:
# importroot = io.importScene(filePath)# process modelalgo.repairCAD([root], 0.1, False)algo.tessellate([root], 0.2, -1, -1)# exportio.exportScene(filePath, root)

Import

Format

Version

Extensions

Supported Platforms

Tessellated

BREP

PMI

Metadata

Alternative Importer option

3DSAll Versions.3ds🪟 Windows
🐧 Linux
🍏 MacOS
CATIA V5Up to V5_6R2024.CGR🪟 Windows
🐧 Linux
🍏 MacOS
CATIA V6Up to V5_6R2024.3dxml🪟 Windows
🐧 Linux
🍏 MacOS
COLLADAAll Versions.dae🪟 Windows
🐧 Linux
🍏 MacOS
NA
CSBAll versions.csb🪟 Windows
🐧 Linux
🍏 MacOS
NA
E57All versions.e57🪟 Windows
🐧 Linux
🍏 MacOS
NA
FBXAll versions.fbx🪟 Windows
🐧 Linux
🍏 MacOS
NA
GDSIIAll versions.gds🪟 Windows
🐧 Linux
🍏 MacOS
NA
GL Transmission FormatVersion 2.0 only.glb
.gltf
🪟 Windows
🐧 Linux
🍏 MacOS
NA
IFCIFC2 Up to 2.3.0.1, IFC4 Up to 4.0.2.1.ifc🪟 Windows
🐧 Linux
🍏 MacOS
NA
IGES5.1, 5.2, 5.3.iges
.igs
🪟 Windows
🐧 Linux
🍏 MacOS
NA
OBJAll versions.obj🪟 Windows
🐧 Linux
🍏 MacOS
NA
PLMXMLAll versions.plmxml🪟 Windows
🐧 Linux
🍏 MacOS
PLYAll versions.ply🪟 Windows
🐧 Linux
🍏 MacOS
NA
PTSAll versions.pts🪟 Windows
🐧 Linux
🍏 MacOS
NA
PTXAll Versions.ptx🪟 Windows
🐧 Linux
🍏 MacOS
ParasolidUp to 31.0.p_b
.p_t
.x_b
.x_t
.xmt
.xmt_bin
.xmt_txt
🪟 Windows
🐧 Linux
🍏 MacOS
PixyzAll versions.pxz🪟 Windows
🐧 Linux
🍏 MacOS
RVMAll Versions.rvm🪟 Windows
🐧 Linux
🍏 MacOS
Rhino3DFrom 4 to 8.3dm🪟 Windows
🐧 Linux
🍏 MacOS
NA
STEPAP 203 Ed1, Ed2, AP 214, AP 242 Ed1, Ed2 (beta), Ed3 (beta).step
.stepz
.stp
.stpz
🪟 Windows
🐧 Linux
🍏 MacOS
STEP/XMLAll versions.stpx
.stpxz
🪟 Windows
🐧 Linux
🍏 MacOS
Stereo Lithography (STL)All versions.stl🪟 Windows
🐧 Linux
🍏 MacOS
NA
USDAll Versions.usd
.usda
.usdc
.usdz
🪟 Windows
🐧 Linux
🍏 MacOS
VRMLVersion 1.0 and 2.0.vrml
.wrl
🪟 Windows
🐧 Linux
🍏 MacOS
NA
Legend: ✅ Supported | NA Not Applicable | ❌ Not Supported

Export

Format

Version

Extensions

Supported Platforms

Tessellated

BREP

PMI

Metadata

CATIA V6Up to V5_6R2024.3dxml🪟 Windows
🐧 Linux
🍏 MacOS
COLLADAAll Versions.dae🪟 Windows
🐧 Linux
🍏 MacOS
NA
FBXAll versions.fbx🪟 Windows
🐧 Linux
🍏 MacOS
NA
GL Transmission FormatVersion 2.0 only.glb
.gltf
🪟 Windows
🐧 Linux
🍏 MacOS
NA
OBJAll versions.obj🪟 Windows
🐧 Linux
🍏 MacOS
NA
PixyzAll versions.pxz🪟 Windows
🐧 Linux
🍏 MacOS
Stereo Lithography (STL)All versions.stl🪟 Windows
🐧 Linux
🍏 MacOS
NA
USDAll Versions.usd
.usda
.usdc
.usdz
🪟 Windows
🐧 Linux
🍏 MacOS
VRMLVersion 1.0 and 2.0.vrml
.wrl
🪟 Windows
🐧 Linux
🍏 MacOS
NA
Legend: ✅ Supported | NA Not Applicable | ❌ Not Supported

IO • Asset Transformer SDK • Unity Docs