Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / SolverBase Class / TransformDisplacementsAndReactions Method

In This Topic
    TransformDisplacementsAndReactions Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Sub TransformDisplacementsAndReactions( _
       ByVal numberOfDims As Integer, _
       ByVal vertices() As Point3D, _
       ByRef min As Point3D, _
       ByRef max As Point3D, _
       ByRef maxLen As Double _
    ) 
    protected static void TransformDisplacementsAndReactions( 
       int numberOfDims,
       Point3D[] vertices,
       out Point3D min,
       out Point3D max,
       out double maxLen
    )

    Parameters

    numberOfDims
    vertices
    min
    max
    maxLen
    See Also