Jason Kroll
Jason Kroll

Reputation: 21

autodesk-forge translating and vieweing recap rcp Files

Is it possible to translate and view recap RCP files in forge?

I see that RCP files are on the list of supported translations however it is my understanding that RCP files are just the recap project files and not the actual point files.

I tried running translations on both the RCP file and a zip file of the RCP and the support folder with the RCS file however it fails on both with a "Extractor error code -1"

{
    "type": "manifest",
    "hasThumbnail": "false",
    "status": "failed",
    "progress": "complete",
    "region": "US",
    "urn": "dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6emlwdGVzdGJ1Y2tldC9hc2RmLnppcA",
    "version": "1.0",
    "derivatives": [
        {
            "name": "asdf.rcp",
            "hasThumbnail": "false",
            "status": "failed",
            "progress": "complete",
            "messages": [
                {
                    "type": "error",
                    "message": "Extractor error code -1",
                    "code": "TranslationWorker-InternalFailure"
                }
            ],
            "outputType": "svf",
            "children": [
                {
                    "guid": "63322a82-93e7-4d04-9c9c-844c23037ba6",
                    "type": "geometry",
                    "role": "3d",
                    "name": "scene"
                }
            ]
        }
    ]
}

I may be just misunderstanding the Recap format but does anyone know if this is possible?

Thanks.

Upvotes: 1

Views: 641

Answers (1)

Jason Kroll
Jason Kroll

Reputation: 21

As per Xiaodong's comment it seems point clouds from laser scans aren't supported yet, only ReCap Photo.

I was trying a laser scan project which is why it did not work.

Upvotes: 1

Related Questions