FBlockCommand#

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

Index

Gets the command index.

Name

Gets the command name.

NodalLoads

Gets the element types.

NodalLoadsCount

Gets the element type count.

Property detail#

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.

Method detail#

FBlockCommand.Equals(obj: Any) bool#

Equals method.

FBlockCommand.GetHashCode() int#

GetHashCode method.

FBlockCommand.GetType() type#

GetType method.

FBlockCommand.ToString() str#

ToString method.