CMBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CMBlockCommand(iCMBlockCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ICMBlockCommand)#

Bases: object

Represents a CMBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Cmname

Gets the component name.

Elements

Gets the type of entities.

Format

Gets the Format.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Type

Gets the type of entities (node or elem).

Property detail#

property CMBlockCommand.Cmname: str | None#

Gets the component name.

property CMBlockCommand.Elements: tuple[int] | None#

Gets the type of entities.

property CMBlockCommand.Format: str | None#

Gets the Format.

property CMBlockCommand.FullName: str | None#

FullName property.

property CMBlockCommand.Index: int | None#

Gets the command index.

property CMBlockCommand.Name: str | None#

Gets the command name.

property CMBlockCommand.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 CMBlockCommand.Type: str | None#

Gets the type of entities (node or elem).

Method detail#

CMBlockCommand.Equals(obj: Any) bool#

Equals method.

CMBlockCommand.GetHashCode() int#

GetHashCode method.

CMBlockCommand.GetType() type#

GetType method.

CMBlockCommand.ToString() str#

ToString method.