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

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

    Return Value

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