FBlockCommand#

class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.FBlockCommand#

Bases: object

Represents a FBlock command.

Overview#

Index

Gets the command index.

Name

Gets the command name.

NodalLoads

Gets the element types.

NodalLoadsCount

Gets the element type count.

Property detail#

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.