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

IGASpline.print_default()

Print the default values of IGASpline object.

IGASpline.set_default([id])

Set the default values of the IGASpline object.

Attributes

IGASpline.id

Unique id of the spline.