DBlockCommand#

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

Index

Gets the command index.

Name

Gets the command name.

NodalLoads

Get the element surface loads.

NodalLoadsCount

Gets the number of element surface loads.

Property detail#

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.

Method detail#

DBlockCommand.Equals(obj: Any) bool#

Equals method.

DBlockCommand.GetHashCode() int#

GetHashCode method.

DBlockCommand.GetType() type#

GetType method.

DBlockCommand.ToString() str#

ToString method.