Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / OrientedBoundingRect Class / OrientedBoundingRect Constructor / OrientedBoundingRect Constructor(IList<Point2D>,Vector2D,Vector2D)
The Point2D list
The direction of the axis-X of the oriented box
The direction of the axis-Z of the oriented box

In This Topic
    OrientedBoundingRect Constructor(IList<Point2D>,Vector2D,Vector2D)
    In This Topic
    Defines an OrientedBoundingRect from a list of Point2D by forcing the input axis-X and axis-Y orientation.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointCloud As IList(Of Point2D), _
       ByVal axisX As Vector2D, _
       ByVal axisY As Vector2D _
    )
    public OrientedBoundingRect( 
       IList<Point2D> pointCloud,
       Vector2D axisX,
       Vector2D axisY
    )

    Parameters

    pointCloud
    The Point2D list
    axisX
    The direction of the axis-X of the oriented box
    axisY
    The direction of the axis-Z of the oriented box
    See Also