IGASpline
Last update: 10.09.2025class ansys.meshing.prime.IGASpline(model=None, id=None, json_data=None, **kwargs)
Information of the spline.
-
Parameters:
model: Model : Model to create a
IGASplineobject with default parameters.id: int, optional : Unique id of the spline.
json_data: dict, optional : JSON dictionary to create a
IGASplineobject with provided parameters.
Examples
>>> iga_spline = prime.IGASpline(model = model)
Methods
| Name | Description |
|---|---|
IGASpline.print_default() |
Print the default values of IGASpline object. |
IGASpline.set_default([id]) |
Set the default values of the IGASpline object. |
Attributes
| Name | Description |
|---|---|
IGASpline.id |
Unique id of the spline. |