CommandElement#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElement#

Bases: object

Represents an element associated to an EBLOCK command.

Overview#

Csys

Gets the coordinate system number.

Id

Gets the element number.

Mat

Gets the material number.

Real

Gets the real constant set number.

Section

Gets the section number.

Type

Gets the element type number.

ElementShapeFlag

Gets the element shape flag used for contact element types.

NodeCount

Gets the number of nodes.

Nodes

Gets the nodes.

Property detail#

property CommandElement.Csys: System.UInt32 | None

Gets the coordinate system number.

property CommandElement.Id: System.UInt32 | None

Gets the element number.

property CommandElement.Mat: System.UInt32 | None

Gets the material number.

property CommandElement.Real: System.UInt32 | None

Gets the real constant set number.

property CommandElement.Section: System.UInt32 | None

Gets the section number.

property CommandElement.Type: System.UInt32 | None

Gets the element type number.

property CommandElement.ElementShapeFlag: System.Int32 | None

Gets the element shape flag used for contact element types.

property CommandElement.NodeCount: System.Int32 | None

Gets the number of nodes.

property CommandElement.Nodes: System.Collections.Generic.IReadOnlyList[System.Int32] | None

Gets the nodes.