DBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.DBlockCommand(iDBlockCommandObj: Ansys.Common.Interop.FEParsePlugin_ANSYS.IDBlockCommand)#

Bases: object

Represents a DBlock 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.

NodalLoads

Get the element surface loads.

NodalLoadsCount

Gets the number of element surface loads.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property DBlockCommand.Format: str | None#

Gets the format.

property DBlockCommand.FullName: str | None#

FullName property.

property DBlockCommand.Index: int | None#

Gets the command index.

property DBlockCommand.Name: str | None#

Gets the command name.

property DBlockCommand.NodalLoads: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNodalLoad] | None#

Get the element surface loads.

property DBlockCommand.NodalLoadsCount: int | None#

Gets the number of element surface loads.

property DBlockCommand.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#

DBlockCommand.Equals(obj: Any) bool#

Equals method.

DBlockCommand.GetHashCode() int#

GetHashCode method.

DBlockCommand.GetType() type#

GetType method.

DBlockCommand.ToString() str#

ToString method.