Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.BoundaryFittedSplineParams

Last update: 17.07.2025

BoundaryFittedSplineParams

class ansys.meshing.prime.BoundaryFittedSplineParams(model=None, degree_u=None, degree_v=None, degree_w=None, refinement_fraction_u=None, refinement_fraction_v=None, refinement_fraction_w=None, control_points_count_u=None, control_points_count_v=None, control_points_count_w=None, n_refine=None, control_point_selection_type=None, json_data=None, **kwargs)

Boundary fitted spline fitting parameters.

Methods

BoundaryFittedSplineParams.print_default() Print the default values of BoundaryFittedSplineParams.
BoundaryFittedSplineParams.set_default([...]) Set the default values of BoundaryFittedSplineParams.

Attributes

BoundaryFittedSplineParams.control_point_selection_type Spline control points selection type.
BoundaryFittedSplineParams.control_points_count_u Spline control points count in U direction.
BoundaryFittedSplineParams.control_points_count_v Spline control points count in V direction.
BoundaryFittedSplineParams.control_points_count_w Spline control points count in W direction.
BoundaryFittedSplineParams.degree_u Degree of spline in u direction.
BoundaryFittedSplineParams.degree_v Degree of spline in v direction.
BoundaryFittedSplineParams.degree_w Degree of spline in w direction.
BoundaryFittedSplineParams.n_refine Spline refinement level for rendering.
BoundaryFittedSplineParams.refinement_fraction_u Fraction of input mesh size that sets the control points size in u direction.
BoundaryFittedSplineParams.refinement_fraction_v Fraction of input mesh size that sets the control points size in v direction.
BoundaryFittedSplineParams.refinement_fraction_w Fraction of input mesh size that sets the control points size in w direction.

Connect with Ansys