ETBlockCommand#

class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.FE.CDB.ETBlockCommand#

Bases: object

Represents a ETBLOCK command.

Overview#

ElementTypeCount

Gets the element type count.

ElementTypes

Gets the element types.

Format

Gets the format.

Index

Gets the command index.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property ETBlockCommand.ElementTypeCount: int | None#

Gets the element type count.

property ETBlockCommand.ElementTypes: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementType] | None#

Gets the element types.

property ETBlockCommand.Format: str | None#

Gets the format.

property ETBlockCommand.Index: int | None#

Gets the command index.

property ETBlockCommand.Name: str | None#

Gets the command name.

property ETBlockCommand.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.