Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / GetStackTransformation Method
The stack of BlockReferences to evaluate (the one on top of the stack is the last parent of the hierarchy)

In This Topic
    GetStackTransformation Method
    In This Topic
    Gets the cumulative transformation of a blockreference stack.
    Syntax
    'Declaration
     
    Public Function GetStackTransformation( _
       ByVal parents As Stack(Of BlockReference) _
    ) As Transformation
    public Transformation GetStackTransformation( 
       Stack<BlockReference> parents
    )

    Parameters

    parents
    The stack of BlockReferences to evaluate (the one on top of the stack is the last parent of the hierarchy)
    See Also