FMX.Objects3D.TDisk

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDisk = class(TCustomMesh)

C++

class PASCALIMPLEMENTATION TDisk : public TCustomMesh

Properties

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

Description

Represents a 3D flat disk.

The TDisk class implements a 3D flat disk shape that can be placed on a 3D FireMonkey form. TDisk is a visual object that can be added from the Tool Palette.

To change the color or add texture to the disk, use the MaterialSource property. Set SubdivisionsAxes and SubdivisionsCap to specify how smooth the disk's surface is.

See Also