BeamSecBlockCommand#

class ansys.mechanical.stubs.v261.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.

FullName

FullName property.

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.FullName: str | None#

FullName property.

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.

Method detail#

BeamSecBlockCommand.Equals(obj: Any) bool#

Equals method.

BeamSecBlockCommand.GetHashCode() int#

GetHashCode method.

BeamSecBlockCommand.GetType() type#

GetType method.

BeamSecBlockCommand.ToString() str#

ToString method.