AbaqusKeyword#

class ansys.mechanical.stubs.Ansys.ACT.Automation.Mechanical.FE.ABAQUS.AbaqusKeyword#

Bases: object

Represents an Abaqus keyword (with arguments and data lines).

Overview#

Arguments

Gets the arguments.

DataLines

Gets the data lines.

Index

Gets the command index.

Name

Gets the command name.

Property detail#

property AbaqusKeyword.Arguments: Ansys.ACT.Automation.Mechanical.FE.ABAQUS.AbaqusKeywordArgumentColl | None#

Gets the arguments.

property AbaqusKeyword.DataLines: Ansys.ACT.Automation.Mechanical.FE.ABAQUS.AbaqusKeywordDataLineColl | None#

Gets the data lines.

property AbaqusKeyword.Index: int | None#

Gets the command index.

property AbaqusKeyword.Name: str | None#

Gets the command name.