FMX.Objects3D.TDisk.SubdivisionsCap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SubdivisionsCap: Integer read FSubdivisionsCap write SetSubdivisionsCap default 3;

C++

__property int SubdivisionsCap = {read=FSubdivisionsCap, write=SetSubdivisionsCap, default=3};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TDisk

Description

Specifies how many subdivisions the disk-shaped surface of this 3D disk will have.

The SubdivisionsCap property specifies how many identical subdivisions the disk-shaped surface of this 3D disk will have. A big number of subdivisions generates a smoother surface. The default value for the SubdivisionsCap property is 1.

See Also