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

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

Parameters

amount
Vector3D

Force vector in global coordinates

t
double

The parameter, comprised between 0 and the beam length

nodes
Point3D[]

Nodes array

.NET Framework

Supported in: 4.8

In this article

Definition