Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / Transform Method
A list of 3D points
Blocks dictionary

In This Topic
    Transform Method
    In This Topic
    Applies the block reference transformation to a list of 3D points.
    Syntax
    'Declaration
     
    Public Sub Transform( _
       ByVal points As IList(Of Point3D), _
       ByVal blocks As BlockKeyedCollection _
    ) 
    public void Transform( 
       IList<Point3D> points,
       BlockKeyedCollection blocks
    )

    Parameters

    points
    A list of 3D points
    blocks
    Blocks dictionary
    See Also