CommandNodalLoad#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNodalLoad(iNodalLoad: Ansys.Common.Interop.FEParsePlugin_ANSYS.INodalLoad)#

Bases: object

Represents an nodal load associated to an FBLOCK or DBlock command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Dof

Gets the dof.

Node

Gets the node number.

ValueCount

Gets the number of values.

Values

Gets the values.

Property detail#

property CommandNodalLoad.Dof: str | None#

Gets the dof.

property CommandNodalLoad.Node: int | None#

Gets the node number.

property CommandNodalLoad.ValueCount: int | None#

Gets the number of values.

property CommandNodalLoad.Values: tuple[Any] | None#

Gets the values.

Method detail#

CommandNodalLoad.Equals(obj: Any) bool#

Equals method.

CommandNodalLoad.GetHashCode() int#

GetHashCode method.

CommandNodalLoad.GetType() type#

GetType method.

CommandNodalLoad.ToString() str#

ToString method.