Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / OrientedBounding Property

In This Topic
    OrientedBounding Property
    In This Topic
    A bounding volume that can fit the entity in a different orientation than AABB. It can be an OrientedBoundingBox or an OrientedBoundingRect(for planar entities). UpdateOrientedBoundingBox(TraversalParams)
    Syntax
    'Declaration
     
    Public Property OrientedBounding As OrientedBoundingRect
    public OrientedBoundingRect OrientedBounding {get; set;}
    Remarks
    If the owner entity is transformed, its OrientedBounding (when already built) will follow its transformation.
    See Also