Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam Class / Refine Method

In This Topic
    Refine Method (Beam)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub Refine( _
       ByVal s As Integer, _
       ByVal t As Integer, _
       ByVal r As Integer, _
       ByVal fm As FemMesh _
    ) 
    public override void Refine( 
       int s,
       int t,
       int r,
       FemMesh fm
    )

    Parameters

    s
    t
    r
    fm
    See Also