IGAUnstructuredSplineSolid
Last update: 20.02.2026class ansys.meshing.prime.IGAUnstructuredSplineSolid(model=None, id=None, degree=None, invalid_jacobian_elements_count=None, json_data=None, **kwargs)
Information of unstructured spline solid.
-
Parameters:
model: Model : Model to create a
IGAUnstructuredSplineSolidobject with default parameters.id: int, optional : Id of the unstructured spline solid.
This is a beta parameter. The behavior and name may change in the future.degree: int, optional : Degree of the spline solid.
This is a beta parameter. The behavior and name may change in the future.invalid_jacobian_elements_count: int, optional : Count of elements with negative jacobian.
This is a beta parameter. The behavior and name may change in the future.json_data: dict, optional : JSON dictionary to create a
IGAUnstructuredSplineSolidobject with provided parameters.
Examples
>>> iga_unstructured_spline_solid = prime.IGAUnstructuredSplineSolid(model = model)
Methods
| Name | Description |
|---|---|
IGAUnstructuredSplineSolid.print_default() |
Print the default values of IGAUnstructuredSplineSolid object. |
IGAUnstructuredSplineSolid.set_default([id, ...]) |
Set the default values of the IGAUnstructuredSplineSolid object. |
Attributes
| Name | Description |
|---|---|
IGAUnstructuredSplineSolid.degree |
Degree of the spline solid. |
IGAUnstructuredSplineSolid.id |
Id of the unstructured spline solid. |
IGAUnstructuredSplineSolid.invalid_jacobian_elements_count |
Count of elements with negative jacobian. |