DBlockCommand#

class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.FE.CDB.DBlockCommand#

Bases: object

Represents a DBlock command.

Overview#

Format

Gets the format.

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