Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / MaterialBeamRect Class / ComputeBeamVertices Method

In This Topic
    ComputeBeamVertices Method (MaterialBeamRect)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub ComputeBeamVertices( _
       ByVal el As Element, _
       ByVal v As Vector3D, _
       ByVal w As Vector3D, _
       ByVal no1 As Node, _
       ByVal deviation As Double _
    ) 
    public override void ComputeBeamVertices( 
       Element el,
       Vector3D v,
       Vector3D w,
       Node no1,
       double deviation
    )

    Parameters

    el
    v
    w
    no1
    deviation
    See Also