FMX.Objects3D.TDisk.SubdivisionsCap
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.