Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / OrientedBoundingRect Class / GetVertices Method

In This Topic
    GetVertices Method (OrientedBoundingRect)
    In This Topic
    Gets the 8-vertices of the OrientedBoundingBox.
    Syntax
    'Declaration
     
    Public Overridable Function GetVertices() As Point2D()
    public virtual Point2D[] GetVertices()

    Return Value

    A Point3D array that defines the already-transformed vertices.
    See Also