IMechanicalUserResult#

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

Bases: object

Defines a Mechanical user result.

Overview#

NotifyChange

NotifyChange method.

SetDefaultSelection

Sets the default selection of the entity.

get_AllProperties

get_AllProperties method.

get_Analysis

get_Analysis method.

get_Attributes

get_Attributes method.

get_CalculateTimeHistory

get_CalculateTimeHistory method.

get_Caption

get_Caption method.

get_Children

get_Children method.

get_Controller

get_Controller method.

get_Extension

get_Extension method.

get_HasImaginary

get_HasImaginary method.

get_Icon

get_Icon method.

get_Id

get_Id method.

get_InternalCaption

get_InternalCaption method.

get_Name

get_Name method.

get_ObjectLocation

get_ObjectLocation method.

get_ObjectType

get_ObjectType method.

get_Parent

get_Parent method.

get_Properties

get_Properties method.

get_ResultAveraging

get_ResultAveraging method.

get_ResultLocation

get_ResultLocation method.

get_ResultType

get_ResultType method.

get_State

get_State method.

get_SupportedLocations

get_SupportedLocations method.

get_Suppressed

get_Suppressed method.

get_Unit

get_Unit method.

get_Version

get_Version method.

set_CalculateTimeHistory

set_CalculateTimeHistory method.

set_HasImaginary

set_HasImaginary method.

set_ResultAveraging

set_ResultAveraging method.

set_ResultLocation

set_ResultLocation method.

set_ResultType

set_ResultType method.

set_Suppressed

set_Suppressed method.

set_Unit

set_Unit method.

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.

IMechanicalUserResult.get_AllProperties() Iterable[Ansys.ACT.Interfaces.UserObject.ISimProperty]#

get_AllProperties method.

IMechanicalUserResult.get_Analysis() Ansys.ACT.Interfaces.Analysis.IAnalysis#

get_Analysis method.

IMechanicalUserResult.get_Attributes() Ansys.ACT.Interfaces.Common.IAttributeCollection#

get_Attributes method.

IMechanicalUserResult.get_CalculateTimeHistory() bool#

get_CalculateTimeHistory method.

IMechanicalUserResult.get_Caption() str#

get_Caption method.

IMechanicalUserResult.get_Children() Iterable[Ansys.ACT.Interfaces.UserObject.IUserObject]#

get_Children method.

IMechanicalUserResult.get_Controller() Any#

get_Controller method.

IMechanicalUserResult.get_Extension() Ansys.ACT.Interfaces.Common.IExtension#

get_Extension method.

IMechanicalUserResult.get_HasImaginary() bool#

get_HasImaginary method.

IMechanicalUserResult.get_Icon() str#

get_Icon method.

IMechanicalUserResult.get_Id() int#

get_Id method.

IMechanicalUserResult.get_InternalCaption() str#

get_InternalCaption method.

IMechanicalUserResult.get_Name() str#

get_Name method.

IMechanicalUserResult.get_ObjectLocation() Ansys.ACT.Interfaces.UserObject.ObjectLocationEnum#

get_ObjectLocation method.

IMechanicalUserResult.get_ObjectType() Ansys.ACT.Interfaces.UserObject.ObjectTypeEnum#

get_ObjectType method.

IMechanicalUserResult.get_Parent() Ansys.ACT.Interfaces.DataModel.IDataModelObject#

get_Parent method.

IMechanicalUserResult.get_Properties() Ansys.ACT.Interfaces.UserObject.IPropertyCollection#

get_Properties method.

IMechanicalUserResult.get_ResultAveraging() Ansys.ACT.Interfaces.Post.ResultAveragingEnum#

get_ResultAveraging method.

IMechanicalUserResult.get_ResultLocation() Ansys.ACT.Interfaces.Post.ResultLocationEnum#

get_ResultLocation method.

IMechanicalUserResult.get_ResultType() Ansys.ACT.Interfaces.Post.ResultTypeEnum#

get_ResultType method.

IMechanicalUserResult.get_State() str#

get_State method.

IMechanicalUserResult.get_SupportedLocations() Ansys.ACT.Interfaces.UserObject.ObjectLocationEnum#

get_SupportedLocations method.

IMechanicalUserResult.get_Suppressed() bool#

get_Suppressed method.

IMechanicalUserResult.get_Unit() str#

get_Unit method.

IMechanicalUserResult.get_Version() int#

get_Version method.

IMechanicalUserResult.set_CalculateTimeHistory(value: bool) None#

set_CalculateTimeHistory method.

IMechanicalUserResult.set_HasImaginary(value: bool) None#

set_HasImaginary method.

IMechanicalUserResult.set_ResultAveraging(value: Ansys.ACT.Interfaces.Post.ResultAveragingEnum) None#

set_ResultAveraging method.

IMechanicalUserResult.set_ResultLocation(value: Ansys.ACT.Interfaces.Post.ResultLocationEnum) None#

set_ResultLocation method.

IMechanicalUserResult.set_ResultType(value: Ansys.ACT.Interfaces.Post.ResultTypeEnum) None#

set_ResultType method.

IMechanicalUserResult.set_Suppressed(value: bool) None#

set_Suppressed method.

IMechanicalUserResult.set_Unit(value: str) None#

set_Unit method.