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

In This Topic
    GetAxis Method (OrientedBoundingBox)
    In This Topic
    Gets the 3-axis defining the direction of the OrientedBoundingBox
    Syntax
    'Declaration
     
    Public Overrides Function GetAxis() As Point2D()
    public override Point2D[] GetAxis()

    Return Value

    The 3-Vector3D representing rispectively axis-X, axis-Y, axis-Z of the OrientedBoundingBox
    See Also