CommandElementSurfaceLoadValues#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementSurfaceLoadValues(iElementSurfaceLoadValues: Ansys.Common.Interop.FEParsePlugin_ANSYS.IElementSurfaceLoadValues)#

Bases: object

Values associated to an element surface load from a SFEBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

ValueCount

Gets the number of values.

Values

Gets the values.

Property detail#

property CommandElementSurfaceLoadValues.ValueCount: int | None#

Gets the number of values.

property CommandElementSurfaceLoadValues.Values: tuple[Any] | None#

Gets the values.

Method detail#

CommandElementSurfaceLoadValues.Equals(obj: Any) bool#

Equals method.

CommandElementSurfaceLoadValues.GetHashCode() int#

GetHashCode method.

CommandElementSurfaceLoadValues.GetType() type#

GetType method.

CommandElementSurfaceLoadValues.ToString() str#

ToString method.