SeccontrolCommand#

class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.SeccontrolCommand(iSeccontrolCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ISeccontrolCommand)#

Bases: object

Represents a SECCONTROL command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Index

Gets the command index.

Name

Gets the command name.

Values

Gets the values.

Property detail#

property SeccontrolCommand.Index: int | None#

Gets the command index.

property SeccontrolCommand.Name: str | None#

Gets the command name.

property SeccontrolCommand.Values: tuple[float] | None#

Gets the values.

Method detail#

SeccontrolCommand.Equals(obj: Any) bool#

Equals method.

SeccontrolCommand.GetHashCode() int#

GetHashCode method.

SeccontrolCommand.GetType() type#

GetType method.

SeccontrolCommand.ToString() str#

ToString method.