IGAUnstructuredSplineSolid#
- class 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
Print the default values of
IGAUnstructuredSplineSolidobject.IGAUnstructuredSplineSolid.set_default([id, ...])Set the default values of the
IGAUnstructuredSplineSolidobject.Attributes
Degree of the spline solid.
Id of the unstructured spline solid.
Count of elements with negative jacobian.