Construct Point Clouds from Existing Clouds - Uniform Spacing    

Creates a point cloud from a set of source clouds applying a voxel sub-sampling process. This adds a single point per the desired point spacing, saving the closes cloud point to the average per voxel as long as the minimum number of points condition is met.

 

Input Arguments

 

0

Collection Object Name Ref List

Existing Point Cloud List

The list of existing point clouds to choose from.

1

Double

Desired Point Spacing

The desired spacing for the resulting points.

2

Integer

Minimum Points Per Output Point

The minimum number of points to be used as an input for the uniformly spaced output point.

3

Collection Object Name

New Cloud Name

The name for the resulting cloud.

4

Boolean

Hide Original Point Clouds

Optionally hides the original clouds after creation.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The cloud was created successfully.

FAILURE

None of the source clouds was found.

 

Remarks

None.