CommandNode# class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNode# Bases: object Represents a node associated to a NBLOCK command. Overview# Properties 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.