Skip to main content

Prime Mesh Python client library 2024 R2

IGASpline

Last update: 17.07.2025

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

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.

Connect with Ansys