FMX.Objects3D.TModel3D.GetMeshesLocalBoundingBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMeshesLocalBoundingBox: TBoundingBox;

C++

Fmx::Types3d::TBoundingBox __fastcall GetMeshesLocalBoundingBox();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TModel3D

Description

Returns the bounding box of all meshes inside the model.

See Also