ShellSecBlockCommand#

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

Index

Gets the command index.

Layers

Gets the layers.

Name

Gets the command name.

Type

Get the section type.

Property detail#

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