Show: Delphi
C++
Display Preferences
FMX.Objects3D.TCustomMesh
From XE2 API Documentation
Delphi
TCustomMesh = class(TShape3D)
C++
class PASCALIMPLEMENTATION TCustomMesh : public TShape3D
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Objects3D.pas FMX.Objects3D.hpp |
FMX.Objects3D | FMX.Objects3D |
Description
Represents a 3D wireframe (mesh) for generic use.
The TCustomMesh class implements a 3D wireframe for generic use that can be used as the base skeleton for any other 3D shape. TCustomMesh is the base class for all non-extruded 3D shapes such as:
- FMX.Objects3D.TCube
- FMX.Objects3D.TPlane
- FMX.Objects3D.TDisk
- FMX.Objects3D.TSphere
- FMX.Objects3D.TCylinder
- FMX.Objects3D.TRoundCube
- FMX.Objects3D.TCone
Examples of 3D wireframes:

