Skip to main content

Mechanical scripting interface

CommandNodalBodyForce

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNodalBodyForce

Bases: object

Represents a nodal body force associated to a BFBLOCK command.

Overview

Properties

Name Description
Node Gets the node number.
ValCount Gets the number of values.
Values Gets the values.

Property detail

property CommandNodalBodyForce.Node : int | None

Gets the node number.

property CommandNodalBodyForce.ValCount : int | None

Gets the number of values.

property CommandNodalBodyForce.Values : tuple[Any] | None

Gets the values.