BeamSecBlockCommand#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.BeamSecBlockCommand#

Bases: object

Represents a beam SECBLOCK command.

Overview#

Type

Gets the section type.

Nodes

Gets the nodes of the section.

Cells

Gets the cells of the section.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property BeamSecBlockCommand.Type: System.String | None

Gets the section type.

property BeamSecBlockCommand.Nodes: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNode] | None

Gets the nodes of the section.

property BeamSecBlockCommand.Cells: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandCell] | None

Gets the cells of the section.

property BeamSecBlockCommand.Name: System.String | None

Gets the command name.

property BeamSecBlockCommand.Index: System.UInt32 | None

Gets the command index.