Point Cloud Normal Removal

Functional Description

This operator is used to remove normal vector information from the input point cloud data, retaining only the XYZ coordinates.

Usage Scenarios

  • Data Type Conversion: When subsequent operators only accept point clouds without normal vectors as input, this operator can be used to convert the data type.

  • Reducing Data Size: If subsequent processing no longer requires normal vector information, using this operator can reduce the size of data passed between operators.

Inputs and Outputs

Input Items

With Normal Point Cloud: Input point cloud or list of point clouds with normal information.

Output Items

Pointcloud: A list of point clouds containing only XYZ coordinates; normal vector information has been removed.