findSurface

Find the specific type of the surface from point cloud data.

Syntax

int findSurface(
    [in]  FIND_SURFACE_CONTEXT context,
    [in]  FS_FEATURE_TYPE type, 
    [in]  unsigned int start_index, 
    [out] FS_FEATURE_RESULT *result 
);

Parameters

context

type

start_index

result

Return value

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.

Notes

FS_TYPE_BOX is not supported on current version.

See also

Feature Type Enumeration
Feature Result Structure