CommandNode#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNode(iNode: Ansys.Common.Interop.FEParsePlugin_ANSYS.INode)#

Bases: object

Represents a node associated to a NBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

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.

Method detail#

CommandNode.Equals(obj: Any) bool#

Equals method.

CommandNode.GetHashCode() int#

GetHashCode method.

CommandNode.GetType() type#

GetType method.

CommandNode.ToString() str#

ToString method.