CODModel::InsertVertex

void CODModel::InsertVertex(CODComponentSet* pCompSet, int nVertexIndex, CPoint ptVertex)

Inserts a vertex into a set of CODPointComponent-derived components.

Defined in: OdModel.cpp

Return Value

void

Parameters

pCompSet

Set of affected components.

nVertexIndex

Index of vertex in array of component vertices (see CODPointComponent).

ptVertex

Position of new vertex.