RCommand#

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

Index

Gets the command index.

Name

Gets the command name.

Nset

Gets the set number.

Stloc

Gets the starting location.

Values

Gets the values.

Property detail#

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