SFEBlockCommand#

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

Bases: object

Represents a SFEBLOCK command.

Overview#

Lab

Gets the surface load label.

ElementSurfaceLoadCount

Gets the number of element surface loads.

ElementSurfaceLoads

Get the element surface loads.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property SFEBlockCommand.Lab: System.String | None

Gets the surface load label.

property SFEBlockCommand.ElementSurfaceLoadCount: System.Int32 | None

Gets the number of element surface loads.

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

Get the element surface loads.

property SFEBlockCommand.Name: System.String | None

Gets the command name.

property SFEBlockCommand.Index: System.UInt32 | None

Gets the command index.