The parameterization.py module#

Summary#

ParamUV

Parameter class containing 2 parameters: (u, v).

Interval

Interval class that defines a range of values.

Parameterization

Parameterization class describes the parameters of a specific geometry.

ParamForm

ParamForm enum class that defines the form of a Parameterization.

ParamType

ParamType enum class that defines the type of a Parameterization.

Description#

Provides the parametrization-related classes.