ExpressionProperty#

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

Bases: object

Provides a way to create properties that can hold expressions.

Overview#

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 ExpressionProperty.Name: System.String | None

The name of the property.

property ExpressionProperty.DisplayName: System.String | None

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

property ExpressionProperty.GroupName: System.String | None

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

property ExpressionProperty.Tooltip: System.String | None

The tooltip of the property in the UI.

property ExpressionProperty.Value: System.Object | None

The stored value of the property.

property ExpressionProperty.ValueString: System.String | None

Get the string representation of the value.

property ExpressionProperty.ReadOnly: System.Boolean | None

Returns whether a property is readonly.