Beam.SetDistributedLoad (Vector3D, Point3D()) Method

Sets an uniformly distributed load on the beam.
Public Sub SetDistributedLoad( _ 
ByVal amount As Vector3D, _ 
ByVal nodes As Point3D() _ 
)
This language is not supported or no code example is available.
public void SetDistributedLoad( 
Vector3D amount
Point3D[] nodes 
)
This language is not supported or no code example is available.

Parameters

amount
Vector3D

Amount per unit length

nodes
Point3D[]

Nodes array

.NET Framework

Supported in: 4.8

In this article

Definition