Node.SetForce (Double, Double) Method

Applies a 2D concentrated load to this node.
Public Sub SetForce( _ 
ByVal amountInX As Double, _ 
ByVal amountInY As Double
)
This language is not supported or no code example is available.
public void SetForce( 
double amountInX
double amountInY 
)
This language is not supported or no code example is available.

Parameters

amountInX
double

amountInY
double

.NET Framework

Supported in: 4.8

In this article

Definition