unreal.LidarClippingVolumeMode

class unreal.LidarClippingVolumeMode

Bases: unreal.EnumBase

ELidar Clipping Volume Mode

C++ Source:

  • Plugin: LidarPointCloud

  • Module: LidarPointCloudRuntime

  • File: LidarPointCloudShared.h

CLIP_INSIDE

This will clip all points inside the volume

Type

0

CLIP_OUTSIDE

This will clip all points outside of the volume

Type

1