CODController::ExecuteInsertVertexCommand

CODInsertVertexCommand* CODController::ExecuteInsertVertexCommand(CODComponent* pComp, int nVertexIndex, CPoint ptVertex)

Creates and executes an insert vertex command.

Defined in: OdController.cpp

Return Value

void

Parameters

pComp

The component we are inserting a vertex into.

nVertexIndex

The index in insert the vertex at.

ptVertex

The coordinates of the vertex.