CADability dotNET
Returns a bounding cube of the object. The object must fir into this cube. There may be a smaller cube that contains the object if it is to expensiv to calculate the exact cube.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
BoundingCube GetBoundingCube()
Visual Basic
Function GetBoundingCube As BoundingCube
Visual C++
BoundingCube GetBoundingCube()

Return Value

the bounding cube

See Also