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_id
int Part on which the tetrahedral meshing is performed.
- mesh_params
TetMeshSplineParams Parameters to configure the meshing.
- part_id
- Returns:
- :
TrimmedSplineResultsReturns the TrimmedSplineResults.
- Return type:
Notes
This is a beta API. The behavior and implementation may change in future.
Examples
>>> results = trimmedSpline.CreateTetMeshOnTrimmedSolidSpline(part_id, mesh_params)