← CAD and mesh conversion guides

OCCT conversion workflows

OCCT BRep to USD / USDZ

Convert OCCT BRep to USD / USDZ. Prepare meshes, assembly placements and supported appearance for USD, USDZ or USDA scenes.

Build this conversion into your application with OCCT readers, writers and the commercial components identified below.

Ask about this workflow
Input interface
OCCT BRep reader
Processing route
CAD to mesh
Output interface
OCCT3D USD writer

Read OCCT BRep for USD / USDZ conversion

A OCCT BRep-to-USD / USDZ workflow combines the OCCT BRep reader with the USD / USDZ writer. Use it when the receiving application needs USD / USDZ data from an existing OCCT BRep model.

Read native OCCT BRep shapes from BREP or SHAPE files. This provides geometry and topology for modeling or tessellation. A standalone shape file is not an XDE document and should not be assumed to contain assembly names, colors or materials.

Prepare a USD scene from the imported geometry

Use the imported shapes directly for a precise CAD writer, or generate surface triangulation for a mesh writer. If the input contains open shells, faces or wires, select the geometry appropriate to the target instead of assuming every shape is a solid.

Write USD, USDZ or USDA through the USD component. Map supported names, part placements and appearance into the scene. The component supports meshes, primitives, metadata, materials and animations, but this conversion can preserve only data actually available from the source or explicitly authored by the application.

Validate the USD / USDZ result

If application-owned labels, placements or appearance must accompany the shape, supply them explicitly in the document passed to the writer. Keep this enrichment distinct from information read from the BRep file.

Reopen the scene in the receiving USD application. Compare axis conventions, unit scale, hierarchy, repeated parts and material assignments. Review external resources or packaging for the chosen output variant; the retained CAD source remains the reference for precise modeling.

For a production pipeline, keep a representative source file and its expected geometry and attributes with the conversion settings. Discuss conversion integration with the source and destination applications, or compare the supported format interfaces.

Conversion integration

Build a OCCT BRep to USD / USDZ workflow

Share the source and receiving applications, representative files, required attributes and throughput. We can scope SDK evaluation or an integrated conversion service.