Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam Class / SetLocalCoordinates Method
The FemMesh vertices
The v axis, it must be perpendicular to the direction of the beam.

In This Topic
    SetLocalCoordinates Method
    In This Topic
    Sets the local coordinate system (u,v,w) of the beam.
    Syntax
    'Declaration
     
    Public Sub SetLocalCoordinates( _
       ByVal nodes As IList(Of Point3D), _
       ByVal vAxis As Vector3D _
    ) 
    public void SetLocalCoordinates( 
       IList<Point3D> nodes,
       Vector3D vAxis
    )

    Parameters

    nodes
    The FemMesh vertices
    vAxis
    The v axis, it must be perpendicular to the direction of the beam.
    See Also