NSMBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.NSMBlockCommand(iNSMBlockCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.INSMBlockCommand)#

Bases: object

Holds definitions for the NSMBLOCK Command from APDL used in External Model. This command contains the precomputed data of the NSMass Command. Refer to APDL command definition for more details.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Format

Gets the format of the block, example: i10,8(20pg.9)).

FullName

FullName property.

Index

Gets the command index.

NSMDatas

Gets the NSMData list.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property NSMBlockCommand.Format: str | None#

Gets the format of the block, example: i10,8(20pg.9)).

property NSMBlockCommand.FullName: str | None#

FullName property.

property NSMBlockCommand.Index: int | None#

Gets the command index.

property NSMBlockCommand.NSMDatas: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNSMData] | None#

Gets the NSMData list.

property NSMBlockCommand.Name: str | None#

Gets the command name.

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

NSMBlockCommand.Equals(obj: Any) bool#

Equals method.

NSMBlockCommand.GetHashCode() int#

GetHashCode method.

NSMBlockCommand.GetType() type#

GetType method.

NSMBlockCommand.ToString() str#

ToString method.