CPCommand#

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

Bases: object

Represents a CP command.

Overview#

Ncp

Gets the number of coupled nodes.

Dof

Gets the degree of freedom label.

Nodes

Gets the nodes.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property CPCommand.Ncp: System.UInt32 | None

Gets the number of coupled nodes.

property CPCommand.Dof: System.String | None

Gets the degree of freedom label.

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

Gets the nodes.

property CPCommand.Name: System.String | None

Gets the command name.

property CPCommand.Index: System.UInt32 | None

Gets the command index.