UniformSolidSplineCreationParams#
- class ansys.meshing.prime.UniformSolidSplineCreationParams(model=None, n_control_points_u=None, n_control_points_v=None, n_control_points_w=None, degree_u=None, degree_v=None, degree_w=None, json_data=None, **kwargs)#
Parameters to define the uniform solid spline.
- Parameters:
- model: Model
Model to create a
UniformSolidSplineCreationParamsobject with default parameters.- n_control_points_u: int, optional
Number of control points in u direction.
This is a beta parameter. The behavior and name may change in the future.
- n_control_points_v: int, optional
Number of control points in v direction.
This is a beta parameter. The behavior and name may change in the future.
- n_control_points_w: int, optional
Number of control points in w direction.
This is a beta parameter. The behavior and name may change in the future.
- degree_u: int, optional
Degree in u direction.
This is a beta parameter. The behavior and name may change in the future.
- degree_v: int, optional
Degree in v direction.
This is a beta parameter. The behavior and name may change in the future.
- degree_w: int, optional
Degree in w direction.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
UniformSolidSplineCreationParamsobject with provided parameters.
Examples
>>> uniform_solid_spline_creation_params = prime.UniformSolidSplineCreationParams(model = model)
Methods
Print the default values of
UniformSolidSplineCreationParamsobject.Set the default values of the
UniformSolidSplineCreationParamsobject.Attributes
Degree in u direction.
Degree in v direction.
Degree in w direction.
Number of control points in u direction.
Number of control points in v direction.
Number of control points in w direction.