Entity.OrientedBounding Property

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
Public Property OrientedBounding() As OrientedBoundingRect
This language is not supported or no code example is available.
public OrientedBoundingRect OrientedBounding {get; set;}
This language is not supported or no code example is available.

Property Value

OrientedBoundingRect
Remarks
 
If the owner entity is transformed, its OrientedBounding (when already built) will follow its transformation.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition