BFBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.BFBlockCommand(iBFBlockCommandObj: Ansys.Common.Interop.FEParsePlugin_ANSYS.IBFBlockCommand)#

Bases: object

Represents a BFBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

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.

NodalBodyForceCount

Gets the number of nodal body-force loads.

NodalBodyForces

Gets the nodal body-force loads.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property BFBlockCommand.Format: str | None#

Gets the format.

property BFBlockCommand.FullName: str | None#

FullName property.

property BFBlockCommand.Index: int | None#

Gets the command index.

property BFBlockCommand.IsDefinedFromTable: bool | None#

Gets whether the values are defined using a table.

property BFBlockCommand.Lab: str | None#

Gets the label.

property BFBlockCommand.Name: str | None#

Gets the command name.

property BFBlockCommand.NodalBodyForceCount: int | None#

Gets the number of nodal body-force loads.

property BFBlockCommand.NodalBodyForces: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNodalBodyForce] | None#

Gets the nodal body-force loads.

property BFBlockCommand.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#

BFBlockCommand.Equals(obj: Any) bool#

Equals method.

BFBlockCommand.GetHashCode() int#

GetHashCode method.

BFBlockCommand.GetType() type#

GetType method.

BFBlockCommand.ToString() str#

ToString method.