CommandNode Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNode Bases: object Represents a node associated to a NBLOCK command. Overview Properties Name Description Id Gets the node number. Location Gets the coordinates. Rotation Gets the rotation angles. Property detail property CommandNode.Id : int | None Gets the node number. property CommandNode.Location : tuple[float] | None Gets the coordinates. property CommandNode.Rotation : tuple[float] | None Gets the rotation angles.