FMX.Objects3D.TPlane

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Objects3D.TCustomMeshFMX.Objects3D.TShape3DFMX.Controls3D.TControl3DFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPlane

Delphi

TPlane = class(TCustomMesh)

C++

class PASCALIMPLEMENTATION TPlane : public TCustomMesh

Properties

Type Visibility Source Unit Parent
class public
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D FMX.Objects3D

Description

Represents a 2D plane that can be employed in a 3D form.

The TPlane class implements a 2D plane that can be placed on a 3D FireMonkey form. Planes support 3D rotation and alignment. TPlane is a visual object that can be added from the Tool Palette.

Plane.png

See Also