BeamSecBlockCommand Last update: 14.01.2025 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. 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.Type : str | None Gets the section type.