NCommand#

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

Bases: object

Represents a N command.

Overview#

Node

Gets the node number.

Type

Gets the type of the data to be defined.

Values

Gets the values.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property NCommand.Node: System.UInt32 | None

Gets the node number.

property NCommand.Type: System.String | None

Gets the type of the data to be defined.

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

Gets the values.

property NCommand.Name: System.String | None

Gets the command name.

property NCommand.Index: System.UInt32 | None

Gets the command index.