EPlaneCropperType Enum

Type of crop to use in EPlaneCropper.

Namespace: Euresys::Open_eVision::Easy3D

EPlaneCropperType_KeepAbove
Only the points above the plane are selected.
EPlaneCropperType_KeepBelow
Only the points below the plane are selected.
EPlaneCropperType_KeepClose
Only the points closer to the plane than a specified distance ("maxDistance") are selected.
EPlaneCropperType_KeepFar
Only the points further away from the plane than a specified distance ("maxDistance") are selected.

EPlaneCropperType Enum

Type of crop to use in EPlaneCropper.

Namespace: Euresys.Open_eVision.Easy3D

KeepAbove
Only the points above the plane are selected.
KeepBelow
Only the points below the plane are selected.
KeepClose
Only the points closer to the plane than a specified distance ("maxDistance") are selected.
KeepFar
Only the points further away from the plane than a specified distance ("maxDistance") are selected.