FMX.Types3D.TMeshData.GetBoundingBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBoundingBox: TBoundingBox;

C++

TBoundingBox __fastcall GetBoundingBox();

Properties

Type Visibility Source Unit Parent
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TMeshData

Description

Returns the TBoundingBox of the TMeshData.

The GetBoundingBox method recalculates the TBoundingBox in case it has any change on its values.

See Also