FMX.Import.TGEMesh.AddPoligon

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also