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

Loads the beam with a 2D vector given in the local VW section plane coordinates of the of the beam.
Public Sub SetDistributedLoad( _ 
ByVal amountInV As Double, _ 
ByVal amountInW As Double, _ 
ByVal nodes As Point3D() _ 
)
This language is not supported or no code example is available.
public void SetDistributedLoad( 
double amountInV
double amountInW
Point3D[] nodes 
)
This language is not supported or no code example is available.

Parameters

amountInV
double

The amount per unit length along the V axis

amountInW
double

The amount per unit length along the W axis

nodes
Point3D[]

The nodes array.

.NET Framework

Supported in: 4.8

In this article

Definition