Skip to main content

Mechanical scripting interface

FBlockCommand

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.FE.CDB.FBlockCommand

Bases: object

Represents a FBlock command.

Overview

Properties

Name Description
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.