Parameter
#
- class ansys.geometry.core.parameters.parameter.Parameter(id: int, name: str, dimension_type: ParameterType, dimension_value: ansys.geometry.core.typing.Real)#
Represents a parameter.
Overview#
Get the name of the parameter. |
|
Get the value of the parameter. |
|
Get the type of the parameter. |
Import detail#
from ansys.geometry.core.parameters.parameter import Parameter
Property detail#
- property Parameter.dimension_value: ansys.geometry.core.typing.Real#
Get the value of the parameter.
- property Parameter.dimension_type: ParameterType#
Get the type of the parameter.
Attribute detail#
- Parameter.id#