Skip to main content

Prime Mesh Python client library 2025 R2

create_tet_mesh_on_trimmed_solid_spline

Last update: 10.09.2025

TrimmedSpline.create_tet_mesh_on_trimmed_solid_spline(part_id, mesh_params)

Creates tetrahedral mesh on trimmed solid spline.

  • Parameters:

    part_id : Part on which the tetrahedral meshing is performed.

    mesh_params : Parameters to configure the meshing.

  • Returns:

    TrimmedSplineResults : Returns the TrimmedSplineResults.

  • Return type:

    TrimmedSplineResults

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> results = trimmedSpline.CreateTetMeshOnTrimmedSolidSpline(part_id, mesh_params)

Connect with Ansys