MDLAsset.BoundingBox Property

Definition

Gets the smallest box that contains all of the objects in the asset.

public virtual ModelIO.MDLAxisAlignedBoundingBox BoundingBox { [Foundation.Export("boundingBox")] get; }
member this.BoundingBox : ModelIO.MDLAxisAlignedBoundingBox

Property Value

Attributes

Remarks

If any of the asset's contents contain timed information, application developers should use M:ModelIO.MDLObject.BoundingBoxAtTime*, instead.

Applies to