BFCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.BFCommand(iBFCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IBFCommand)#

Bases: object

Represents a BF command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

FullName

FullName property.

Index

Gets the command index.

Lab

Gets the label.

Name

Gets the command name.

Node

Gets the node number.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

ValCount

Gets the number of values.

Values

Gets the values.

Property detail#

property BFCommand.FullName: str | None#

FullName property.

property BFCommand.Index: int | None#

Gets the command index.

property BFCommand.Lab: str | None#

Gets the label.

property BFCommand.Name: str | None#

Gets the command name.

property BFCommand.Node: int | None#

Gets the node number.

property BFCommand.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 BFCommand.ValCount: Any | None#

Gets the number of values.

property BFCommand.Values: tuple[Any] | None#

Gets the values.

Method detail#

BFCommand.Equals(obj: Any) bool#

Equals method.

BFCommand.GetHashCode() int#

GetHashCode method.

BFCommand.GetType() type#

GetType method.

BFCommand.ToString() str#

ToString method.