Find the specific type of the surface from point cloud data.
int findSurface(
[in] FIND_SURFACE_CONTEXT context,
[in] FS_FEATURE_TYPE type,
[in] unsigned int start_index,
[out] FS_FEATURE_RESULT *result
);
If the function succeeds, the return value is FS_NO_ERROR. If the function fails, the return value can be one of the following: FS_INVALID_OPERATION, FS_NOT_FOUND, FS_UNACCEPTABLE_RESULT, FS_LICENSE_EXPIRED, FS_LICENSE_UNKNOWN.
FS_TYPE_BOX is not supported on current version.