IMechanicalUserResult#

class ansys.mechanical.stubs.v261.Ansys.ACT.Interfaces.Mechanical.IMechanicalUserResult#

Bases: object

Defines a Mechanical user result.

Overview#

NotifyChange

NotifyChange method.

SetDefaultSelection

Sets the default selection of the entity.

AllProperties

AllProperties property.

Analysis

Gets the associated analysis.

Attributes

Attributes property.

CalculateTimeHistory

CalculateTimeHistory property.

Caption

Caption property.

Children

Children property.

Controller

Controller property.

Extension

Extension property.

HasImaginary

HasImaginary property.

Icon

Icon property.

Id

Id property.

InternalCaption

InternalCaption property.

Name

Name property.

ObjectLocation

ObjectLocation property.

ObjectType

ObjectType property.

Parent

Parent property.

Properties

Properties property.

ResultAveraging

ResultAveraging property.

ResultLocation

ResultLocation property.

ResultType

ResultType property.

State

State property.

SupportedLocations

SupportedLocations property.

Suppressed

Suppressed property.

Unit

Unit property.

Version

Version property.

Property detail#

property IMechanicalUserResult.AllProperties: Iterable[Ansys.ACT.Interfaces.UserObject.ISimProperty] | None#

AllProperties property.

property IMechanicalUserResult.Analysis: Ansys.ACT.Interfaces.Analysis.IAnalysis | None#

Gets the associated analysis.

property IMechanicalUserResult.Attributes: Ansys.ACT.Interfaces.Common.IAttributeCollection | None#

Attributes property.

property IMechanicalUserResult.CalculateTimeHistory: bool | None#

CalculateTimeHistory property.

property IMechanicalUserResult.Caption: str | None#

Caption property.

property IMechanicalUserResult.Children: Iterable[Ansys.ACT.Interfaces.UserObject.IUserObject] | None#

Children property.

property IMechanicalUserResult.Controller: Any | None#

Controller property.

property IMechanicalUserResult.Extension: Ansys.ACT.Interfaces.Common.IExtension | None#

Extension property.

property IMechanicalUserResult.HasImaginary: bool | None#

HasImaginary property.

property IMechanicalUserResult.Icon: str | None#

Icon property.

property IMechanicalUserResult.Id: int | None#

Id property.

property IMechanicalUserResult.InternalCaption: str | None#

InternalCaption property.

property IMechanicalUserResult.Name: str | None#

Name property.

property IMechanicalUserResult.ObjectLocation: Ansys.ACT.Interfaces.UserObject.ObjectLocationEnum | None#

ObjectLocation property.

property IMechanicalUserResult.ObjectType: Ansys.ACT.Interfaces.UserObject.ObjectTypeEnum | None#

ObjectType property.

property IMechanicalUserResult.Parent: Ansys.ACT.Interfaces.DataModel.IDataModelObject | None#

Parent property.

property IMechanicalUserResult.Properties: Ansys.ACT.Interfaces.UserObject.IPropertyCollection | None#

Properties property.

property IMechanicalUserResult.ResultAveraging: Ansys.ACT.Interfaces.Post.ResultAveragingEnum | None#

ResultAveraging property.

property IMechanicalUserResult.ResultLocation: Ansys.ACT.Interfaces.Post.ResultLocationEnum | None#

ResultLocation property.

property IMechanicalUserResult.ResultType: Ansys.ACT.Interfaces.Post.ResultTypeEnum | None#

ResultType property.

property IMechanicalUserResult.State: str | None#

State property.

property IMechanicalUserResult.SupportedLocations: Ansys.ACT.Interfaces.UserObject.ObjectLocationEnum | None#

SupportedLocations property.

property IMechanicalUserResult.Suppressed: bool | None#

Suppressed property.

property IMechanicalUserResult.Unit: str | None#

Unit property.

property IMechanicalUserResult.Version: int | None#

Version property.

Method detail#

IMechanicalUserResult.NotifyChange() None#

NotifyChange method.

IMechanicalUserResult.SetDefaultSelection(selection: Ansys.ACT.Interfaces.Common.ISelectionInfo, notifyChange: bool) None#

Sets the default selection of the entity.