Parameterization#

class ansys.geometry.core.shapes.parameterization.Parameterization(form: ParamForm, type: ParamType, interval: Interval)#

Parameterization class describes the parameters of a specific geometry.

Parameters:
formParamForm

Form of the parameterization.

typeParamType

Type of the parameterization.

intervalInterval

Interval of the parameterization.

Overview#

form

The form of the parameterization.

type

The type of the parameterization.

interval

The interval of the parameterization.

__repr__

Represent the Parameterization as a string.

Import detail#

from ansys.geometry.core.shapes.parameterization import Parameterization

Property detail#

property Parameterization.form: ParamForm#

The form of the parameterization.

property Parameterization.type: ParamType#

The type of the parameterization.

property Parameterization.interval: Interval#

The interval of the parameterization.

Method detail#

Parameterization.__repr__() str#

Represent the Parameterization as a string.