BFEBlockCommand#

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

Index

Gets the command index.

Lab

Gets the label.

Name

Gets the command name.

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.Index: int | None#

Gets the command index.

property BFEBlockCommand.Lab: str | None#

Gets the label.

property BFEBlockCommand.Name: str | None#

Gets the command name.

Method detail#

BFEBlockCommand.Equals(obj: Any) bool#

Equals method.

BFEBlockCommand.GetHashCode() int#

GetHashCode method.

BFEBlockCommand.GetType() type#

GetType method.

BFEBlockCommand.ToString() str#

ToString method.