Skip to main content

Prime Mesh Python client library 2025 R2 SP04

set_default

Last update: 20.02.2026

static IGAUnstructuredSplineSurf.set_default(id=None, degree=None, spline_refinement_level=None, control_points=None, spline_points=None, bad_spline_points_indices=None, deviation_array=None, invalid_jacobian_elements_count=None, average_mesh_size=None, elements_count=None, shell_thickness=None)

Set the default values of the IGAUnstructuredSplineSurf object.

  • Parameters:

    id: int, optional : Id of the unstructured spline surface.

    degree: int, optional : Degree of the spline surface.

    spline_refinement_level: int, optional : Refinement level for rendering of spline points.

    control_points: Iterable[float], optional : Coordinates of the control points of the spline.

    spline_points: Iterable[float], optional : Coordinates of the spline points.

    bad_spline_points_indices: Iterable[int], optional : Node indices in the spline points list which has negative jacobian value.

    deviation_array: Iterable[float], optional : Deviation value from the spline point to the model geometry.

    invalid_jacobian_elements_count: int, optional : Count of elements with negative jacobian.

    average_mesh_size: float, optional : Reference length to compute deviation.

    elements_count: int, optional : Count of shell elements.

    shell_thickness: float, optional : Thickness of shell.

Connect with Ansys