get_unstructured_spline_solid#

Part.get_unstructured_spline_solid()#

Gets the unstructured solid spline for the part.

Returns:
:
IGAUnstructuredSplineSolid

Returns the solid spline structure.

Return type:

IGAUnstructuredSplineSolid

Notes

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

Examples

>>> from ansys.meshing.prime import Part
>>> spline = part.GetUnstructuredSplineSolid()