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
Print the default values of BoundaryFittedSplineParams.
Set the default values of BoundaryFittedSplineParams.
Attributes
Spline control points selection type.
Spline control points count in U direction.
Spline control points count in V direction.
Spline control points count in W direction.
Degree of spline in u direction.
Degree of spline in v direction.
Degree of spline in w direction.
Spline refinement level for rendering.
Fraction of input mesh size that sets the control points size in u direction.
Fraction of input mesh size that sets the control points size in v direction.
Fraction of input mesh size that sets the control points size in w direction.