FMX.Import.TGEMesh.AddPoligon
Delphi
procedure AddPoligon(const APoligon: TGEPoligonID);
C++
void __fastcall AddPoligon(const TGEPoligonID APoligon);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Import.pas FMX.Import.hpp |
FMX.Import | TGEMesh |
Description
Adds the vertices of a polygon to the mesh.
The APoligon
parameter is a TGEPoligonID that specifies, through IDs, the vertices to be added to the mesh.
AddPoligon calls AddVertex for every TGEVertexID in APoligon
.