BeamSecBlockCommand#

class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.BeamSecBlockCommand(iBeamSecBlockCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IBeamSecBlockCommand)#

Bases: object

Represents a beam SECBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

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.

Method detail#

BeamSecBlockCommand.Equals(obj: Any) bool#

Equals method.

BeamSecBlockCommand.GetHashCode() int#

GetHashCode method.

BeamSecBlockCommand.GetType() type#

GetType method.

BeamSecBlockCommand.ToString() str#

ToString method.