FMX.Objects3D.TSphere.SubdivisionsHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SubdivisionsHeight: Integer read FSubdivisionsHeight write SetSubdivisionsHeight default 12;

C++

__property int SubdivisionsHeight = {read=FSubdivisionsHeight, write=SetSubdivisionsHeight, default=12};

Properties

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

Description

Specifies how many subdivisions this 3D sphere will have in height (following the y-axis).

The SubdivisionsHeight property specifies how many identical subdivisions this 3D sphere 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 12.

See Also