SFECommand#

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

Bases: object

Represents a SFE command.

Overview#

Elem

Gets the element number.

LKey

Get the load key.

Key

Gets the value key.

Lab

Gets the load label.

Values

Gets the values.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property SFECommand.Elem: System.UInt32 | None

Gets the element number.

property SFECommand.LKey: System.UInt32 | None

Get the load key.

property SFECommand.Key: System.UInt32 | None

Gets the value key.

property SFECommand.Lab: System.String | None

Gets the load label.

property SFECommand.Values: System.Collections.Generic.IReadOnlyList[System.Double] | None

Gets the values.

property SFECommand.Name: System.String | None

Gets the command name.

property SFECommand.Index: System.UInt32 | None

Gets the command index.