BoundingBox

Overview

BoundingBox is a class in Aspose.3D FOSS for .NET.

The bounding box of the entity

Properties

NameTypeAccessDescription
MinimumFVector3Read/WriteGets or sets the minimum corner point of the bounding box
MaximumFVector3Read/Write

Methods

SignatureDescription
BoundingBox()Initializes the box with the specified minimum and maximum vectors
BoundingBox(minimum: FVector3, maximum: FVector3)

See Also