RCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.RCommand(iRCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IRCommand)#

Bases: object

Represents a R command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

Nset

Gets the set number.

Stloc

Gets the starting location.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Values

Gets the values.

Property detail#

property RCommand.FullName: str | None#

FullName property.

property RCommand.Index: int | None#

Gets the command index.

property RCommand.Name: str | None#

Gets the command name.

property RCommand.Nset: int | None#

Gets the set number.

property RCommand.Stloc: int | None#

Gets the starting location.

property RCommand.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 RCommand.Values: tuple[float] | None#

Gets the values.

Method detail#

RCommand.Equals(obj: Any) bool#

Equals method.

RCommand.GetHashCode() int#

GetHashCode method.

RCommand.GetType() type#

GetType method.

RCommand.ToString() str#

ToString method.