CommandElementSurfaceLoad#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementSurfaceLoad#

Bases: object

Represents an element surface load associated to a SFEBLOCK command.

Overview#

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.