1

I am facing some issue in traslating a model from SVF to OBJ. The idea is to start from DGN to SVF and then from SFV to OBJ. The process is working correctly but the final result is not accurate at all.

This is the initial DGN file enter image description here

And this is the result after the translation enter image description here

I am just using the same approach explained in the example for the Model Derivative and basically extending to set the unit and to export the full model

{
    "input": {
        "urn": "{{t5_ossEncodedSourceFileURN}}"
    },
    "output": {
        "destination": {
            "region": "us"
        },
        "formats": [
            {
                "type": "obj",
                "advanced": {
                    "modelGuid":"{{metadata_guid_0}}",
                    "unit" : "meter",
                    "objectIds" : [-1]
                }
            }
        ]
    }
}

Am I missing something? Is there a different way I can do it?

0 Answers0