Parameterization
#
- class ansys.geometry.core.shapes.parameterization.Parameterization(form: ParamForm, type: ParamType, interval: Interval)#
Parameterization class describes the parameters of a specific geometry.
- Parameters:
- form
ParamForm
Form of the parameterization.
- type
ParamType
Type of the parameterization.
- interval
Interval
Interval of the parameterization.
- form
Overview#
Import detail#
from ansys.geometry.core.shapes.parameterization import Parameterization