DoubleProperty
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Mechanical.AdditionalProperties.DoubleProperty#
Bases:
object
Provides a way to create properties that can hold double type values.
Overview#
The name of the property shown in the UI. If not set, the Name property is used. |
|
The group name of the property shown in the UI, and used to separate properties based on group name. |
|
The name of the property. |
|
Returns whether a property is readonly. |
|
The tooltip of the property in the UI. |
|
Tuple that can be used to control the upper and lower bounds of a double property. |
|
The stored value of the property. |
|
Get the string representation of the value. |
Property detail#
- property DoubleProperty.DisplayName: str | None#
The name of the property shown in the UI. If not set, the Name property is used.
- property DoubleProperty.GroupName: str | None#
The group name of the property shown in the UI, and used to separate properties based on group name.