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

In This Topic
    GetOrigin Method (OrientedBoundingBox)
    In This Topic
    Gets the Origin position of the OrientedBoundingBox.
    Syntax
    'Declaration
     
    Public Overrides Function GetOrigin() As Point2D
    public override Point2D GetOrigin()

    Return Value

    A Point3D that defines the origin.
    See Also