CODPointComponent::InsertVertex

void CODPointComponent::InsertVertex(const int nIndex, const CPoint& ptVertex)

Inserts a vertex into the vertex array.

Defined in: OdPointComp.cpp

Return Value

void

Parameters

nIndex

The index of the vertex in the array.

ptVertex

The value of the vertex to insert in world coordinates.

Comments

The vertex parameter is converted to local coordinates by performing an inverse transform on the point.