`FBlockCommand`
Last update: 16.07.2025class Ansys.ACT.Automation.Mechanical.FE.CDB.FBlockCommand
Bases: object
Represents a FBlock command.
Overview
Properties
| Name | Description |
|---|---|
Format |
Gets the format. |
Index |
Gets the command index. |
Name |
Gets the command name. |
NodalLoads |
Gets the element types. |
NodalLoadsCount |
Gets the element type count. |
ToCdbCommandString |
Gets the command text formatted as a CDB file entry. |
Property detail
property FBlockCommand.Format : str | None
Gets the format.
property FBlockCommand.Index : int | None
Gets the command index.
property FBlockCommand.Name : str | None
Gets the command name.
property FBlockCommand.NodalLoads : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNodalLoad] | None
Gets the element types.
property FBlockCommand.NodalLoadsCount : int | None
Gets the element type count.
property FBlockCommand.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.