NSMBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.NSMBlockCommand#

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#

Format

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

Index

Gets the command index.

NSMDatas

Gets the NSMData list.

Name

Gets the command name.

Property detail#

property NSMBlockCommand.Format: str | None#

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

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.