FMX.Objects3D.TEllipse3D.Flatness

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Flatness: Single read FFlatness write SetFlatness default 0;

C++

__property Flatness = {default=0};

Properties

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

Description

Represents the flatness coefficient at which this shape is extruded.

FMX.Objects3D.TEllipse3D.Flatness inherits from FMX.Objects3D.TExtrudedShape3D.Flatness. All content below this line refers to FMX.Objects3D.TExtrudedShape3D.Flatness.

Represents the flatness coefficient at which this shape is extruded.

Flatness specifies the maximum permitted error between the curve and its flattened approximation. By default, it is 0.25. Reducing the flatness value will increase the number of line segments in the approximation.