CMBlockCommand#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FE.CDB.CMBlockCommand#

Bases: object

Represents a CMBLOCK command.

Overview#

Cmname

Gets the component name.

Type

Gets the type of entities (node or elem).

Elements

Gets the type of entities.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property CMBlockCommand.Cmname: System.String | None

Gets the component name.

property CMBlockCommand.Type: System.String | None

Gets the type of entities (node or elem).

property CMBlockCommand.Elements: System.Collections.Generic.IReadOnlyList[System.Int32] | None

Gets the type of entities.

property CMBlockCommand.Name: System.String | None

Gets the command name.

property CMBlockCommand.Index: System.UInt32 | None

Gets the command index.