RLBlockCommand#

class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.RLBlockCommand(iRLBlockCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IRLBlockCommand)#

Bases: object

Represents a RLBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Index

Gets the command index.

Name

Gets the command name.

Reals

Gets the real constant sets.

Property detail#

property RLBlockCommand.Index: int | None#

Gets the command index.

property RLBlockCommand.Name: str | None#

Gets the command name.

property RLBlockCommand.Reals: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandReal] | None#

Gets the real constant sets.

Method detail#

RLBlockCommand.Equals(obj: Any) bool#

Equals method.

RLBlockCommand.GetHashCode() int#

GetHashCode method.

RLBlockCommand.GetType() type#

GetType method.

RLBlockCommand.ToString() str#

ToString method.