create_tet_mesh_on_trimmed_solid_spline#

TrimmedSpline.create_tet_mesh_on_trimmed_solid_spline(part_id, mesh_params)#

Creates tetrahedral mesh on trimmed solid spline.

Parameters:
part_idint

Part on which the tetrahedral meshing is performed.

mesh_paramsTetMeshSplineParams

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)