FMX.Objects3D.TCylinder.SubdivisionsCap

From RAD Studio API Documentation
Jump to: navigation, search

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 TCylinder

Description

Specifies how many subdivisions the top and bottom of this 3D cylinder will have.

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

See Also