CommandNode#

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

Bases: object

Represents a node associated to a NBLOCK command.

Overview#

Id

Gets the node number.

Location

Gets the coordinates.

Rotation

Gets the rotation angles.

Property detail#

property CommandNode.Id: System.UInt32 | None

Gets the node number.

property CommandNode.Location: System.Collections.Generic.IReadOnlyList[System.Double] | None

Gets the coordinates.

property CommandNode.Rotation: System.Collections.Generic.IReadOnlyList[System.Double] | None

Gets the rotation angles.