FMX.Import.TGEMesh.AddVertex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddVertex(const AVertex: TGEVertexID);

C++

void __fastcall AddVertex(const TGEVertexID &AVertex);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Import.pas
FMX.Import.hpp
FMX.Import TGEMesh

Description

Adds a vertex to the mesh.

The AVertex parameter is a TGEVertexID that specifies the ID of the vertex to be added to the mesh.

AddVertex adds the vertex with the ID specified by AVertex to the internal array of mesh vertices.

See Also