IMechanicalUserObject#

class ansys.mechanical.stubs.v252.Ansys.ACT.Interfaces.Mechanical.IMechanicalUserObject#

Bases: object

Defines a Mechanical user object.

Overview#

NotifyChange

NotifyChange method.

get_AllProperties

get_AllProperties method.

get_Attributes

get_Attributes method.

get_Caption

get_Caption method.

get_Children

get_Children method.

get_Controller

get_Controller method.

get_Extension

get_Extension 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_State

get_State method.

get_SupportedLocations

get_SupportedLocations method.

get_Version

get_Version method.

AllProperties

AllProperties property.

Analysis

Gets the associated analysis.

Attributes

Attributes property.

Caption

Caption property.

Children

Children property.

Controller

Controller property.

Extension

Extension 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.

State

State property.

SupportedLocations

SupportedLocations property.

Version

Version property.

Property detail#

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

AllProperties property.

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

Gets the associated analysis.

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

Attributes property.

property IMechanicalUserObject.Caption: str | None#

Caption property.

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

Children property.

property IMechanicalUserObject.Controller: Any | None#

Controller property.

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

Extension property.

property IMechanicalUserObject.Icon: str | None#

Icon property.

property IMechanicalUserObject.Id: int | None#

Id property.

property IMechanicalUserObject.InternalCaption: str | None#

InternalCaption property.

property IMechanicalUserObject.Name: str | None#

Name property.

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

ObjectLocation property.

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

ObjectType property.

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

Parent property.

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

Properties property.

property IMechanicalUserObject.State: str | None#

State property.

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

SupportedLocations property.

property IMechanicalUserObject.Version: int | None#

Version property.

Method detail#

IMechanicalUserObject.NotifyChange() None#

NotifyChange method.

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

get_AllProperties method.

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

get_Attributes method.

IMechanicalUserObject.get_Caption() str#

get_Caption method.

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

get_Children method.

IMechanicalUserObject.get_Controller() Any#

get_Controller method.

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

get_Extension method.

IMechanicalUserObject.get_Icon() str#

get_Icon method.

IMechanicalUserObject.get_Id() int#

get_Id method.

IMechanicalUserObject.get_InternalCaption() str#

get_InternalCaption method.

IMechanicalUserObject.get_Name() str#

get_Name method.

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

get_ObjectLocation method.

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

get_ObjectType method.

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

get_Parent method.

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

get_Properties method.

IMechanicalUserObject.get_State() str#

get_State method.

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

get_SupportedLocations method.

IMechanicalUserObject.get_Version() int#

get_Version method.