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#

Elem

Gets the element number.

Count

Gets the number of element surface loads.

LKeys

Gets the load keys.

Keys

Gets the keys.

ElementSurfaceLoadValues

Gets the values.

Property detail#

property CommandElementSurfaceLoad.Elem: System.Int32 | None

Gets the element number.

property CommandElementSurfaceLoad.Count: System.Int32 | None

Gets the number of element surface loads.

property CommandElementSurfaceLoad.LKeys: System.Collections.Generic.IReadOnlyList[System.Int32] | None

Gets the load keys.

property CommandElementSurfaceLoad.Keys: System.Collections.Generic.IReadOnlyList[System.Int32] | None

Gets the keys.

property CommandElementSurfaceLoad.ElementSurfaceLoadValues: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementSurfaceLoadValues] | None

Gets the values.