CommandElementSurfaceLoad#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementSurfaceLoad(iElementSurfaceLoad: Ansys.Common.Interop.FEParsePlugin_ANSYS.IElementSurfaceLoad)#

Bases: object

Represents an element surface load associated to a SFEBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Count

Gets the number of element surface loads.

Elem

Gets the element number.

ElementSurfaceLoadValues

Gets the values.

Keys

Gets the keys.

LKeys

Gets the load keys.

Property detail#

property CommandElementSurfaceLoad.Count: int | None#

Gets the number of element surface loads.

property CommandElementSurfaceLoad.Elem: int | None#

Gets the element number.

property CommandElementSurfaceLoad.ElementSurfaceLoadValues: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementSurfaceLoadValues] | None#

Gets the values.

property CommandElementSurfaceLoad.Keys: tuple[int] | None#

Gets the keys.

property CommandElementSurfaceLoad.LKeys: tuple[int] | None#

Gets the load keys.

Method detail#

CommandElementSurfaceLoad.Equals(obj: Any) bool#

Equals method.

CommandElementSurfaceLoad.GetHashCode() int#

GetHashCode method.

CommandElementSurfaceLoad.GetType() type#

GetType method.

CommandElementSurfaceLoad.ToString() str#

ToString method.