SecoffsetCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.SecoffsetCommand(iSecoffsetCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ISecoffsetCommand)#

Bases: object

Represents a SECOFFSET command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

FullName

FullName property.

Index

Gets the command index.

Location

Gets the location of nodes in the section.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Values

Gets the values.

Property detail#

property SecoffsetCommand.FullName: str | None#

FullName property.

property SecoffsetCommand.Index: int | None#

Gets the command index.

property SecoffsetCommand.Location: str | None#

Gets the location of nodes in the section.

property SecoffsetCommand.Name: str | None#

Gets the command name.

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

Gets the values.

Method detail#

SecoffsetCommand.Equals(obj: Any) bool#

Equals method.

SecoffsetCommand.GetHashCode() int#

GetHashCode method.

SecoffsetCommand.GetType() type#

GetType method.

SecoffsetCommand.ToString() str#

ToString method.