BFBlockCommand#

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

Index

Gets the command index.

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.

Property detail#

property BFBlockCommand.Index: int | None#

Gets the command index.

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.

Method detail#

BFBlockCommand.Equals(obj: Any) bool#

Equals method.

BFBlockCommand.GetHashCode() int#

GetHashCode method.

BFBlockCommand.GetType() type#

GetType method.

BFBlockCommand.ToString() str#

ToString method.