RLBlockCommand#

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

Format

Gets the Format.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

Reals

Gets the real constant sets.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property RLBlockCommand.Format: str | None#

Gets the Format.

property RLBlockCommand.FullName: str | None#

FullName property.

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.

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

Method detail#

RLBlockCommand.Equals(obj: Any) bool#

Equals method.

RLBlockCommand.GetHashCode() int#

GetHashCode method.

RLBlockCommand.GetType() type#

GetType method.

RLBlockCommand.ToString() str#

ToString method.