IMechanicalUserLoad#

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

Bases: object

Defines a Mechanical user load.

Overview#

CreateChild

CreateChild method.

Import

Import method.

NotifyChange

NotifyChange method.

SetCoordinateSystem

SetCoordinateSystem method.

SetDefaultSelection

Sets the default selection of the entity.

AffectsSolution

AffectsSolution property.

AllProperties

AllProperties property.

Analysis

Gets the associated analysis.

Attributes

Attributes property.

Caption

Caption property.

Children

Children property.

Color

Color property.

Controller

Controller property.

Extension

Extension property.

Icon

Icon property.

Id

Id property.

InternalCaption

InternalCaption property.

IsLoad

IsLoad property.

IsSupport

IsSupport property.

Name

Name property.

ObjectLocation

ObjectLocation property.

ObjectType

ObjectType property.

Parent

Parent property.

Properties

Properties property.

State

State property.

SupportedLocations

SupportedLocations property.

Suppressed

Suppressed property.

Version

Version property.

Property detail#

property IMechanicalUserLoad.AffectsSolution: bool | None#

AffectsSolution property.

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

AllProperties property.

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

Gets the associated analysis.

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

Attributes property.

property IMechanicalUserLoad.Caption: str | None#

Caption property.

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

Children property.

property IMechanicalUserLoad.Color: int | None#

Color property.

property IMechanicalUserLoad.Controller: Any | None#

Controller property.

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

Extension property.

property IMechanicalUserLoad.Icon: str | None#

Icon property.

property IMechanicalUserLoad.Id: int | None#

Id property.

property IMechanicalUserLoad.InternalCaption: str | None#

InternalCaption property.

property IMechanicalUserLoad.IsLoad: bool | None#

IsLoad property.

property IMechanicalUserLoad.IsSupport: bool | None#

IsSupport property.

property IMechanicalUserLoad.Name: str | None#

Name property.

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

ObjectLocation property.

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

ObjectType property.

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

Parent property.

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

Properties property.

property IMechanicalUserLoad.State: str | None#

State property.

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

SupportedLocations property.

property IMechanicalUserLoad.Suppressed: bool | None#

Suppressed property.

property IMechanicalUserLoad.Version: int | None#

Version property.

Method detail#

IMechanicalUserLoad.CreateChild(name: str) Ansys.ACT.Interfaces.UserObject.IUserLoad#

CreateChild method.

IMechanicalUserLoad.Import() None#

Import method.

IMechanicalUserLoad.NotifyChange() None#

NotifyChange method.

IMechanicalUserLoad.SetCoordinateSystem(system: Ansys.ACT.Interfaces.Analysis.ICoordinateSystem) None#

SetCoordinateSystem method.

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

Sets the default selection of the entity.