Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Rotation Method / Rotation(Vector3D,Vector3D,Point3D) Method
StartPoint direction
End direction
Center point

In This Topic
    Rotation(Vector3D,Vector3D,Point3D) Method
    In This Topic
    Creates a new transformation of rotation.
    Syntax
    'Declaration
     
    Public Overloads Sub Rotation( _
       ByVal startDir As Vector3D, _
       ByVal endDir As Vector3D, _
       ByVal center As Point3D _
    ) 
    public void Rotation( 
       Vector3D startDir,
       Vector3D endDir,
       Point3D center
    )

    Parameters

    startDir
    StartPoint direction
    endDir
    End direction
    center
    Center point
    See Also