SFEBlockCommand
Last update: 14.01.2025
SFEBlockCommand
class 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. |
Index |
Gets the command index. |
Lab |
Gets the surface load label. |
Name |
Gets the command name. |
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.Index : int | None
Gets the command index.
property SFEBlockCommand.Lab : str | None
Gets the surface load label.
property SFEBlockCommand.Name : str | None
Gets the command name.