Tasks
Collection of on-demand tasks
Copy geological model meshes, optionally removing external volumes
Geotechnical Task API
Copies an existing set of geological model meshes, optionally removing external volumes from the result.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Create a 2D cross section from a parameterized 3D Design Geometry
Geotechnical Task API
Intersects parametric volumes in a 3D Design Geometry with a vertical plane defined by a section origin and dip azimuth, producing a 2D Design Geometry with polyline boundaries.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Add triangle meshes to an existing intersected geometry
Geotechnical Task API
Adds one or more triangle mesh objects to an existing intersected Geological Model Meshes object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Decompose an intersected mesh into per-volume geological model meshes
Geotechnical Task API
Decomposes an intersected mesh or existing GMM into per-volume geological model meshes, optionally removing the top (external) volume.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Detect degenerate triangles in a mesh
Geotechnical Task API
Identifies needle and cap triangles in a Triangle Mesh or Geological Model Meshes object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Detect duplicate points in a mesh
Geotechnical Task API
Identifies exact duplicate vertices in a Triangle Mesh or Geological Model Meshes object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Detect duplicate triangles in a mesh
Geotechnical Task API
Identifies duplicate triangles (same vertex indices regardless of order) in a Triangle Mesh or Geological Model Meshes object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Detect fins in a mesh
Geotechnical Task API
Identifies fin-like connected components without closed boundaries in a Triangle Mesh or Geological Model Meshes object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Detect holes in a mesh
Geotechnical Task API
Identifies holes in a Triangle Mesh or Geological Model Meshes object based on boundary edge analysis.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Check triangle orientation in a mesh
Geotechnical Task API
Identifies triangles with inconsistent normal orientation relative to their neighbors in a Triangle Mesh or Geological Model Meshes object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Detect non-manifold edges in a mesh
Geotechnical Task API
Identifies edges shared by more than two triangles in a Triangle Mesh or Geological Model Meshes object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Detect non-manifold vertices in a mesh
Geotechnical Task API
Identifies vertices with non-manifold topology in a Triangle Mesh or Geological Model Meshes object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Detect non-partitioning surfaces in a mesh
Geotechnical Task API
Identifies non-partitioning surfaces that are neither fins nor surfaces with holes in a Triangle Mesh or Geological Model Meshes object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Detect self-intersections in a mesh
Geotechnical Task API
Identifies self-intersecting triangles in a Triangle Mesh or Geological Model Meshes object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Fill holes in a Geological Model Meshes object
Geotechnical Task API
Fills holes in the triangle mesh of a GMM object using specified edge identifiers and a configurable fill mode strategy.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Fix self-intersections in a Geological Model Meshes object
Geotechnical Task API
Fixes self-intersections in the triangle mesh of a GMM object using configurable intersection detection settings.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Initialize aggregate geometry as a Geological Model Meshes object
Geotechnical Task API
Creates a rotated bounding box as a Geological Model Meshes object, used as the initial intersected geometry when creating a model.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Locally remesh a Geological Model Meshes object around selected seed triangles
Geotechnical Task API
Locally remeshes the region around selected seed triangles in a Geological Model Meshes object using configurable remeshing parameters and radius-based region growth.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Remove selected triangles from a Geological Model Meshes object
Geotechnical Task API
Removes the selected triangle indices from a Geological Model Meshes object and uploads the updated mesh as a new object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Remesh a Geological Model Meshes object to improve triangle quality
Geotechnical Task API
Remeshes the full Geological Model Meshes object using configurable remeshing parameters to improve triangle quality while preserving the model structure.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Prepare a triangle mesh for use as model input
Geotechnical Task API
Clips a triangle mesh loosely to the specified bounds, merges duplicate points, and translates the result so it can be used as model input.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Make a Geological Model Meshes object into intersected geometry
Geotechnical Task API
Clips a Geological Model Meshes object and processes it to create an intersected geometry mesh.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Mark or unmark embedded volumes for removal in a Geological Model Meshes
Geotechnical Task API
Marks specified volumes in a Geological Model Meshes for removal by setting their material to external, or clears the marking.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Create design geometry by parameterizing volumes from Triangle Mesh or Geological Model Meshes inputs
Geotechnical Task API
Parameterizes closed volumes from Triangle Mesh or Geological Model Meshes inputs and writes the result as a Design Geometry object.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Subsume an embedded volume into another in a Geological Model Meshes object
Geotechnical Task API
Merges a specified source embedded volume into a target volume in a GMM, either by explicit index or by automatic selection strategy.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done
Endpoint
Request
Response
Validate a Geological Model Meshes object as intersected geometry
Geotechnical Task API
Checks whether a Geological Model Meshes object is valid as intersected geometry and returns human-readable descriptions of any issues found.
Parameters
Returns
200
The task result returned by the Compute API Result endpoint when the task is done