FBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.FBlockCommand(iFBlockCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IFBlockCommand)#

Bases: object

Represents a FBlock 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.

Name

Gets the command name.

NodalLoads

Gets the element types.

NodalLoadsCount

Gets the element type count.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property FBlockCommand.Format: str | None#

Gets the format.

property FBlockCommand.FullName: str | None#

FullName property.

property FBlockCommand.Index: int | None#

Gets the command index.

property FBlockCommand.Name: str | None#

Gets the command name.

property FBlockCommand.NodalLoads: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNodalLoad] | None#

Gets the element types.

property FBlockCommand.NodalLoadsCount: int | None#

Gets the element type count.

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

FBlockCommand.Equals(obj: Any) bool#

Equals method.

FBlockCommand.GetHashCode() int#

GetHashCode method.

FBlockCommand.GetType() type#

GetType method.

FBlockCommand.ToString() str#

ToString method.