CODModel::FindValidPoints

BOOL CODModel::FindValidPoints(LPPOINT lpptStart, LPPOINT lpptPoints, int nCount)

Finds a valid location in the diagram for a set of points.

Defined in: OdModel.cpp

Return Value

TRUE if a valid location was found.

Parameters

lpptStart

The original points.

lpptPoints

The resultlling points.

nCount

The number of points in the array.