Skip to main content

Mechanical scripting interface 2025

`BeamSecBlockCommand`

Last update: 09.03.2026

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

Bases: object

Represents a beam SECBLOCK command.

Overview

Properties

Name Description
Cells Gets the cells of the section.
Index Gets the command index.
Name Gets the command name.
Nodes Gets the nodes of the section.
ToCdbCommandString Gets the command text formatted as a CDB file entry.
Type Gets the section type.

Property detail

property BeamSecBlockCommand.Cells : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandCell] | None

Gets the cells of the section.

property BeamSecBlockCommand.Index : int | None

Gets the command index.

property BeamSecBlockCommand.Name : str | None

Gets the command name.

property BeamSecBlockCommand.Nodes : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNode] | None

Gets the nodes of the section.

property BeamSecBlockCommand.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.

property BeamSecBlockCommand.Type : str | None

Gets the section type.

Connect with Ansys