FMX.Objects3D.TCone.SubdivisionsHeight
Delphi
property SubdivisionsHeight: Integer read FSubdivisionsHeight write SetSubdivisionsHeight default 1;
C++
__property int SubdivisionsHeight = {read=FSubdivisionsHeight, write=SetSubdivisionsHeight, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Objects3D.pas FMX.Objects3D.hpp |
FMX.Objects3D | TCone |
Description
Specifies how many subdivisions this 3D cone will have in height (following the y-axis).
The SubdivisionsHeight property specifies how many identical subdivisions this 3D cone will have in height (on the y-axis). A big number of subdivisions generates a smoother surface. The default value for the SubdivisionsHeight property is 1.