Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetOrientationTransformation Method
The point where the entity must be positioned
The orientation desired

In This Topic
    GetOrientationTransformation Method
    In This Topic
    Gets the transformation to orient an entity built on the X-Axis on the given direction.
    Syntax
    'Declaration
     
    Public Shared Function GetOrientationTransformation( _
       ByVal position As Point3D, _
       ByVal direction As Vector3D _
    ) As Transformation
    public static Transformation GetOrientationTransformation( 
       Point3D position,
       Vector3D direction
    )

    Parameters

    position
    The point where the entity must be positioned
    direction
    The orientation desired

    Return Value

    The transformation to orient the entity.
    See Also