get_unstructured_spline_solid#
- Part.get_unstructured_spline_solid()#
Gets the unstructured solid spline for the part.
- Returns:
- :
IGAUnstructuredSplineSolidReturns the solid spline structure.
- Return type:
Notes
This is a beta API. The behavior and implementation may change in future.
Examples
>>> from ansys.meshing.prime import Part >>> spline = part.GetUnstructuredSplineSolid()