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