Skip to main content

Mechanical scripting interface

CommandCell

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.FE.CDB.CommandCell

Bases: object

Represents cell data associated to a beam SECBLOCK command.

Overview

Properties

Name Description
MatId Gets the material number.
Nodes Gets the nodes.

Property detail

property CommandCell.MatId : int | None

Gets the material number.

property CommandCell.Nodes : tuple[int] | None

Gets the nodes.