`CMBlockCommand`
Last update: 16.07.2025class Ansys.ACT.Automation.Mechanical.FE.CDB.CMBlockCommand
Bases: object
Represents a CMBLOCK command.
Overview
Properties
| Name | Description |
|---|---|
Cmname |
Gets the component name. |
Elements |
Gets the type of entities. |
Index |
Gets the command index. |
Name |
Gets the command name. |
Type |
Gets the type of entities (node or elem). |
Property detail
property CMBlockCommand.Cmname : str | None
Gets the component name.
property CMBlockCommand.Elements : tuple[int] | None
Gets the type of entities.
property CMBlockCommand.Index : int | None
Gets the command index.
property CMBlockCommand.Name : str | None
Gets the command name.
property CMBlockCommand.Type : str | None
Gets the type of entities (node or elem).