FMX.Objects3D.TExtrudedShape3D.Flatness

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Flatness: Single read FFlatness write SetFlatness;

C++

__property float Flatness = {read=FFlatness, write=SetFlatness};

Properties

Type Visibility Source Unit Parent
property public
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TExtrudedShape3D

Description

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.