CODController::ExecuteInsertVertexCommand
CODInsertVertexCommand*CODController::ExecuteInsertVertexCommand(CODComponent*pComp, intnVertexIndex, CPointptVertex)
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.