BFEBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.BFEBlockCommand(iBFEBlockCommandObj: Ansys.Common.Interop.FEParsePlugin_ANSYS.IBFEBlockCommand)#

Bases: object

Represents a BFEBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

ElementBodyForceCount

Gets the number of element body-force loads.

ElementBodyForces

Gets the element body-force loads.

Format

Gets the format.

FullName

FullName property.

Index

Gets the command index.

IsDefinedFromTable

Gets whether the values are defined using a table.

Lab

Gets the label.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property BFEBlockCommand.ElementBodyForceCount: int | None#

Gets the number of element body-force loads.

property BFEBlockCommand.ElementBodyForces: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementBodyForce] | None#

Gets the element body-force loads.

property BFEBlockCommand.Format: str | None#

Gets the format.

property BFEBlockCommand.FullName: str | None#

FullName property.

property BFEBlockCommand.Index: int | None#

Gets the command index.

property BFEBlockCommand.IsDefinedFromTable: bool | None#

Gets whether the values are defined using a table.

property BFEBlockCommand.Lab: str | None#

Gets the label.

property BFEBlockCommand.Name: str | None#

Gets the command name.

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

Method detail#

BFEBlockCommand.Equals(obj: Any) bool#

Equals method.

BFEBlockCommand.GetHashCode() int#

GetHashCode method.

BFEBlockCommand.GetType() type#

GetType method.

BFEBlockCommand.ToString() str#

ToString method.