`SFEBlockCommand`
Last update: 09.03.2026class Ansys.ACT.Automation.Mechanical.FE.CDB.SFEBlockCommand
Bases: object
Represents a SFEBLOCK command.
Overview
Properties
| Name | Description |
|---|---|
ElementSurfaceLoadCount |
Gets the number of element surface loads. |
ElementSurfaceLoads |
Get the element surface loads. |
Format |
Gets the Format. |
Index |
Gets the command index. |
IsDefinedFromTable |
Gets whether the values are defined using a table. |
Lab |
Gets the surface load label. |
Name |
Gets the command name. |
ToCdbCommandString |
Gets the command text formatted as a CDB file entry. |
Property detail
property SFEBlockCommand.ElementSurfaceLoadCount : int | None
Gets the number of element surface loads.
property SFEBlockCommand.ElementSurfaceLoads : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementSurfaceLoad] | None
Get the element surface loads.
property SFEBlockCommand.Format : str | None
Gets the Format.
property SFEBlockCommand.Index : int | None
Gets the command index.
property SFEBlockCommand.IsDefinedFromTable : bool | None
Gets whether the values are defined using a table.
property SFEBlockCommand.Lab : str | None
Gets the surface load label.
property SFEBlockCommand.Name : str | None
Gets the command name.
property SFEBlockCommand.ToCdbCommandString : Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None
Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string.