SFEBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.SFEBlockCommand(iSFEBlockCommandObj: Ansys.Common.Interop.FEParsePlugin_ANSYS.ISFEBlockCommand)#

Bases: object

Represents a SFEBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

ElementSurfaceLoadCount

Gets the number of element surface loads.

ElementSurfaceLoads

Get the element surface loads.

Format

Gets the Format.

FullName

FullName property.

Index

Gets the command index.

IsDefinedFromTable

Gets whether the values are defined using a table.

Lab

Gets the surface load label.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property SFEBlockCommand.ElementSurfaceLoadCount: int | None#

Gets the number of element surface loads.

property SFEBlockCommand.ElementSurfaceLoads: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementSurfaceLoad] | None#

Get the element surface loads.

property SFEBlockCommand.Format: str | None#

Gets the Format.

property SFEBlockCommand.FullName: str | None#

FullName property.

property SFEBlockCommand.Index: int | None#

Gets the command index.

property SFEBlockCommand.IsDefinedFromTable: bool | None#

Gets whether the values are defined using a table.

property SFEBlockCommand.Lab: str | None#

Gets the surface load label.

property SFEBlockCommand.Name: str | None#

Gets the command name.

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

SFEBlockCommand.Equals(obj: Any) bool#

Equals method.

SFEBlockCommand.GetHashCode() int#

GetHashCode method.

SFEBlockCommand.GetType() type#

GetType method.

SFEBlockCommand.ToString() str#

ToString method.