Beam.SetForce (Double, Double, Double, Point3D()) Method

Sets a force given in local coordinates, at the specified point along the beam.
Public Sub SetForce( _ 
ByVal amountInV As Double, _ 
ByVal amountInW As Double, _ 
ByVal t As Double, _ 
ByVal nodes As Point3D() _ 
)
This language is not supported or no code example is available.
public void SetForce( 
double amountInV
double amountInW
double t
Point3D[] nodes 
)
This language is not supported or no code example is available.

Parameters

amountInV
double

The amount along the V axis

amountInW
double

The amount along the W axis

t
double

The parameter, comprised between 0 and the beam length

nodes
Point3D[]

The nodes array.

.NET Framework

Supported in: 4.8

In this article

Definition