ClearPoints Method

WRAPPER_API void ClearPoints()

 

Description

The Clear method removes all control and observed points that have been added to the list of points used to Solve this MathTransform.

 

Example

void MathTransform_ClearPoints(GEOCALCPBW_NAMESPACE::MathTransform & mt)

{

mt.ClearPoints();

}