Tasks
Collection of on-demand tasks
Import OBJ (Wavefront) files as Triangle Mesh objects
Converters
Version: 0.1.19
Preview
Import OBJ (Wavefront) files into Evo as Triangle Mesh geoscience objects. Supports triangles, quads (auto-triangulated), and multiple objects within a single file.
Parameters
{
"file": "https://example.com",
"target": {
"reference": "https://example.com",
"overwrite": false,
"tags": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}
}
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
POST
/compute/orgs/{org_id}/converter/obj-importRequest
cURL
curl -X POST 'https://{service_host}/compute/orgs/{org_id}/converter/obj-import' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
Response
{
"object": {
"reference": "https://example.com",
"name": "string",
"schema_id": "string"
}
}