DoubleProperty#

class ansys.mechanical.stubs.v242.Ansys.ACT.Mechanical.AdditionalProperties.DoubleProperty#

Bases: object

Provides a way to create properties that can hold double type values.

Overview#

ValidRange

Tuple that can be used to control the upper and lower bounds of a double property.

Name

The name of the property.

DisplayName

The name of the property shown in the UI. If not set, the Name property is used.

GroupName

The group name of the property shown in the UI, and used to separate properties based on group name.

Tooltip

The tooltip of the property in the UI.

Value

The stored value of the property.

ValueString

Get the string representation of the value.

ReadOnly

Returns whether a property is readonly.

Property detail#

property DoubleProperty.ValidRange: IronPython.Runtime.PythonTuple | None

Tuple that can be used to control the upper and lower bounds of a double property.

property DoubleProperty.Name: System.String | None

The name of the property.

property DoubleProperty.DisplayName: System.String | None

The name of the property shown in the UI. If not set, the Name property is used.

property DoubleProperty.GroupName: System.String | None

The group name of the property shown in the UI, and used to separate properties based on group name.

property DoubleProperty.Tooltip: System.String | None

The tooltip of the property in the UI.

property DoubleProperty.Value: System.Object | None

The stored value of the property.

property DoubleProperty.ValueString: System.String | None

Get the string representation of the value.

property DoubleProperty.ReadOnly: System.Boolean | None

Returns whether a property is readonly.