Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Align3D Class / Align3D Constructor / Align3D Constructor(Plane,Plane)
First frame
Second frame

In This Topic
    Align3D Constructor(Plane,Plane)
    In This Topic
    Standard constructor: builds a transformation that brings originalFrame onto destinationFrame.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal originalFrame As Plane, _
       ByVal destinationFrame As Plane _
    )
    public Align3D( 
       Plane originalFrame,
       Plane destinationFrame
    )

    Parameters

    originalFrame
    First frame
    destinationFrame
    Second frame
    See Also