Filter Clouds to Line Segment    

Filters one or more clouds to a line segment by proximity and outputs a new point group. Cloud points between the minimum and maximum proximity to a B-Spline are kept, while cloud points outside of the specified range are removed.

 

Input Arguments

 

0

Collection Object Name Ref List

Cloud Names

One or more point clouds to filter.

1

Point Name

First Line End Point

The coordinate of one end of the line.

2

Point Name

Second Line End Point

The coordinate of the other end of the line.

3

Collection Object Name

Output Group Name

The name for the resulting point group.

4

Double

Minimum Proximity

The minimum distance for which points should be retained.

5

Double

Maximum Proximity

The maximum distance for which points should

be retained.

6

Output Type

Output Type

Specify whether point clouds or point groups should be created.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The cloud(s) were filtered successfully.

PARTIAL SUCCESS

One or more clouds (but not all) could not be found.

FAILURE

The clouds could not be found.

 

Remarks

None.