FMX.Objects3D.TCone.SubdivisionsCap
Delphi
property SubdivisionsCap: Integer read FSubdivisionsCap write SetSubdivisionsCap default 1;
C++
__property int SubdivisionsCap = {read=FSubdivisionsCap, write=SetSubdivisionsCap, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Objects3D.pas FMX.Objects3D.hpp |
FMX.Objects3D | TCone |
Description
Specifies how many subdivisions the bottom of this 3D cone will have.
The SubdivisionsCap property specifies how many identical subdivisions the bottom of this 3D cone will have. A big number of subdivisions generate a smoother surface. The default value for the SubdivisionsCap property is 1.