ShellSecBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.ShellSecBlockCommand(iShellSecBlockCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IShellSecBlockCommand)#

Bases: object

Represents a shell SECBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

FullName

FullName property.

Index

Gets the command index.

Layers

Gets the layers.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Type

Get the section type.

Property detail#

property ShellSecBlockCommand.FullName: str | None#

FullName property.

property ShellSecBlockCommand.Index: int | None#

Gets the command index.

property ShellSecBlockCommand.Layers: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandLayer] | None#

Gets the layers.

property ShellSecBlockCommand.Name: str | None#

Gets the command name.

property ShellSecBlockCommand.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 ShellSecBlockCommand.Type: str | None#

Get the section type.

Method detail#

ShellSecBlockCommand.Equals(obj: Any) bool#

Equals method.

ShellSecBlockCommand.GetHashCode() int#

GetHashCode method.

ShellSecBlockCommand.GetType() type#

GetType method.

ShellSecBlockCommand.ToString() str#

ToString method.