Beam.SetLocalCoordinates Method

Sets the local coordinate system (u,v,w) of the beam.
Public Sub SetLocalCoordinates( _ 
ByVal nodes As IList(Of Point3D), _ 
ByVal vAxis As Vector3D
)
This language is not supported or no code example is available.
public void SetLocalCoordinates( 
IList<Point3D> nodes
Vector3D vAxis 
)
This language is not supported or no code example is available.

Parameters

nodes
IList<Point3D>

The FemMesh vertices

vAxis
Vector3D

The v axis, it must be perpendicular to the direction of the beam.

.NET Framework

Supported in: 4.8

In this article

Definition