Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam Class / SetStartSectionVertices Method
The array of vertices of the beam section.

In This Topic
    SetStartSectionVertices Method (Beam)
    In This Topic
    Sets the vertices of the beam section at the beginning of the beam.
    Syntax
    'Declaration
     
    Public Sub SetStartSectionVertices( _
       ByVal vertices() As Point3D _
    ) 
    public void SetStartSectionVertices( 
       Point3D[] vertices
    )

    Parameters

    vertices
    The array of vertices of the beam section.
    See Also