2027 Method
Changes 0
M

PointCloudFilterUtils.GetFilteredOutline

Description:
Computes outline of a part of a box that satisfies given PointCloudFilter.
public static Outline GetFilteredOutline(
	PointCloudFilter filter,
	Outline box
)
Return Value Outline The bounding box of the set of all points within the original box that satisfy the filter. Not every point within the resulting outline satisfies the filter, but any point that is contained in the original box and satisfies the filter is guaranteed to be within the resulting outline.