Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer SDK

2026.1

Supported
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.1

Supported
​

​
​
Get started
  • System requirements
  • Licensing
  • Setup
  • Migrate from Scenario Processor
Framework
  • Framework
  • Preferences
Input/output files
  • Supported formats
  • Import files
    • Import Autodesk Alias files
    • Import Autodesk VRED files
    • Import RVM files
    • Import Autodesk ReCap files
  • Export files
  • Export textures
  • CAD vs Mesh
Scene
  • Product structure
  • Occurrence
  • Component
  • Material
  • Image
Algorithms
  • CAD
  • Healing
  • Optimization
  • Combine and bake
  • Reconstruction
  • UVs
Viewer
  • Viewer
Pixyz UI
  • Setup
  • Overview
  • Create a custom UI
Guidelines
  • Data preparation
  • Process point clouds
Debug and diagnose
  • Log files
  • Debug best practices
Other
  • Samples
  • Glossary
  1. Asset Transformer SDK (ex Pixyz)

Importing ReCap Files

Learn how to import ReCap files (.rcp or .rcs) using the Pixyz SDK, including downloading the ReCap SDK and configuring the API.
Read time 1 minute
Last updated 9 months ago

Importing a ReCap file (.rcp or .rcs file) requires Autodesk ReCap to be installed (with a valid license) on the same computer the process is running.

Download ReCap SDK

Download the ReCapSDK v20.1.1, from Autodesk Developer Network website, with a valid Autodesk developer account.
Image

Configuring API

To start importing .wire files the API needs to be configured at the beginning of your script:
pxz.core.setModuleProperty("IO", "RecapSDKPath", "*PATH_TO_RECAP_INSTALL*/bin/")

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Download ReCap SDK

    • Configuring API


Report a problem with this page